color codes Logo

#1edbf6 color codes

#1EDBF6
(30,219,246)
1 Favorites   0 Comments

Color spaces of #1edbf6

RGB 30219246
HSL0.520.920.54
HSV188°88°96°
CMYK 0.880.110.00   0.04
XYZ42.501557.592996.0653
Yxy57.59290.21670.2936
Hunter Lab75.8900-32.8402-21.9292
CIE-Lab80.5119-33.6519-25.4223

#1edbf6 color RGB value is (30,219,246).

#1edbf6 hex color red value is 30, green value is 219 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #1edbf6 hue: 0.52 , saturation: 0.92 and the lightness value of 1edbf6 is 0.54.

The process color (four color CMYK) of #1edbf6 color code is 0.88, 0.11, 0.00, 0.04. Web safe color of #1edbf6 is #33ccff. Color #1edbf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 11011011 11110110
Octal 36 333 366
Decimal 30 219 246
Hex 1E DB F6

RGB Percentages of Color #1edbf6

%6.06
%44.24
%49.70

CMYK Percentages of Color #1edbf6

%88
%11
%0
%4

Triadic Colors of #1edbf6

#1edbf6 #f61edb #dbf61e

Analogous Colors of #1edbf6

#1edbf6 #1e6ff6 #1ef6a5

Monochromatic Colors of #1edbf6

#1edbf6

Complementary Color

#1edbf6 #f6391e

#1edbf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1edbf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1edbf6 Color CSS Codes

.mybgcolor {background-color:#1edbf6; } 
.myforecolor {color:#1edbf6; }
.mybordercolor {border:3px solid #1edbf6; }

#1edbf6 Text Font Color

<p style="color:#1edbf6">Text here</p>

This sample text font color is #1edbf6
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#1edbf6 Background Color

<div style="background-color:#1edbf6">
Div content here</div>

This div background color is #1edbf6


#1edbf6 Border Color

<div style="border:3px solid #1edbf6">
Div here</div>

This div border color is #1edbf6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(30,219,246, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1edbf6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1edbf6;
  -webkit-box-shadow: 1px 1px 3px 2px #1edbf6;
  box-shadow:         1px 1px 3px 2px #1edbf6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(30,219,246, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #1edbf6">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #1edbf6;
  -webkit-box-shadow: 1px 1px 3px 2px #1edbf6;
  box-shadow:         1px 1px 3px 2px #1edbf6;">
Div content here</div>

This div box has shadow with color #1edbf6


Comments

No comments written yet.

Please login to write comment.