Color Hex Logo

#1edef2 Color Hex

#1EDEF2
(30,222,242)
0 Favorites   0 Comments

Color spaces of #1edef2

RGB 30222242
HSL0.520.890.53
HSV186°88°95°
CMYK 0.880.080.00   0.05
XYZ42.683758.929493.1292
Yxy58.92940.21920.3026
Hunter Lab76.7655-35.0887-18.1927
CIE-Lab81.2528-36.2996-22.1705

#1edef2 color RGB value is (30,222,242).

#1edef2 hex color red value is 30, green value is 222 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #1edef2 hue: 0.52 , saturation: 0.89 and the lightness value of 1edef2 is 0.53.

The process color (four color CMYK) of #1edef2 color hex is 0.88, 0.08, 0.00, 0.05. Web safe color of #1edef2 is #33ccff. Color #1edef2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 11011110 11110010
Octal 36 336 362
Decimal 30 222 242
Hex 1E DE F2

RGB Percentages of Color #1edef2

%6.07
%44.94
%48.99

CMYK Percentages of Color #1edef2

%88
%8
%0
%5

Triadic Colors of #1edef2

#1edef2 #f21ede #def21e

Analogous Colors of #1edef2

#1edef2 #1e74f2 #1ef29c

Monochromatic Colors of #1edef2

#1edef2

Complementary Color

#1edef2 #f2321e

#1edef2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1edef2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1edef2 Color CSS Codes

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

#1edef2 Text Font Color

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

This sample text font color is #1edef2
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.


#1edef2 Background Color

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

This div background color is #1edef2


#1edef2 Border Color

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

This div border color is #1edef2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1edef2


Comments

No comments written yet.

Please login to write comment.