Color Hex Logo

#edefe9 Color Hex

#EDEFE9
(237,239,233)
0 Favorites   0 Comments

Color spaces of #edefe9

RGB 237239233
HSL0.220.160.93
HSV80°94°
CMYK 0.010.000.03   0.06
XYZ80.499585.620789.3745
Yxy85.62070.31510.3351
Hunter Lab92.5315-6.64067.5049
CIE-Lab94.1499-1.71842.6525

#edefe9 color RGB value is (237,239,233).

#edefe9 hex color red value is 237, green value is 239 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #edefe9 hue: 0.22 , saturation: 0.16 and the lightness value of edefe9 is 0.93.

The process color (four color CMYK) of #edefe9 color hex is 0.01, 0.00, 0.03, 0.06. Web safe color of #edefe9 is #ffffff. Color #edefe9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101111 11101001
Octal 355 357 351
Decimal 237 239 233
Hex ED EF E9

RGB Percentages of Color #edefe9

%33.43
%33.71
%32.86

CMYK Percentages of Color #edefe9

%1
%0
%3
%6

Triadic Colors of #edefe9

#edefe9 #e9edef #efe9ed

Analogous Colors of #edefe9

#edefe9 #eaefe9 #efeee9

Monochromatic Colors of #edefe9

#edefe9

Complementary Color

#edefe9 #ebe9ef

#edefe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edefe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edefe9 Color CSS Codes

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

#edefe9 Text Font Color

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

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


#edefe9 Background Color

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

This div background color is #edefe9


#edefe9 Border Color

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

This div border color is #edefe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edefe9


Comments

No comments written yet.

Please login to write comment.