Color Hex Logo

#1edeed Color Hex

#1EDEED
(30,222,237)
0 Favorites   0 Comments

Color spaces of #1edeed

RGB 30222237
HSL0.510.850.52
HSV184°87°93°
CMYK 0.870.060.00   0.07
XYZ41.942858.633089.2274
Yxy58.63300.22100.3089
Hunter Lab76.5722-36.2271-15.4884
CIE-Lab81.0894-37.8239-19.7628

#1edeed color RGB value is (30,222,237).

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

The process color (four color CMYK) of #1edeed color hex is 0.87, 0.06, 0.00, 0.07. Web safe color of #1edeed is #33ccff. Color #1edeed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 11011110 11101101
Octal 36 336 355
Decimal 30 222 237
Hex 1E DE ED

RGB Percentages of Color #1edeed

%6.13
%45.40
%48.47

CMYK Percentages of Color #1edeed

%87
%6
%0
%7

Triadic Colors of #1edeed

#1edeed #ed1ede #deed1e

Analogous Colors of #1edeed

#1edeed #1e77ed #1eed95

Monochromatic Colors of #1edeed

#1edeed

Complementary Color

#1edeed #ed2d1e

#1edeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1edeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#1edeed Color CSS Codes

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

#1edeed Text Font Color

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

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


#1edeed Background Color

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

This div background color is #1edeed


#1edeed Border Color

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

This div border color is #1edeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1edeed


Comments

No comments written yet.

Please login to write comment.