Color Hex Logo

#edefe6 Color Hex

#EDEFE6
(237,239,230)
0 Favorites   0 Comments

Color spaces of #edefe6

RGB 237239230
HSL0.200.220.92
HSV73°94°
CMYK 0.010.000.04   0.06
XYZ80.074585.450787.1362
Yxy85.45070.31690.3382
Hunter Lab92.4395-7.14608.8192
CIE-Lab94.0770-2.23794.1032

#edefe6 color RGB value is (237,239,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101111 11100110
Octal 355 357 346
Decimal 237 239 230
Hex ED EF E6

RGB Percentages of Color #edefe6

%33.57
%33.85
%32.58

CMYK Percentages of Color #edefe6

%1
%0
%4
%6

Triadic Colors of #edefe6

#edefe6 #e6edef #efe6ed

Analogous Colors of #edefe6

#edefe6 #e9efe6 #efede6

Monochromatic Colors of #edefe6

#edefe6

Complementary Color

#edefe6 #e8e6ef

#edefe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edefe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edefe6 Color CSS Codes

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

#edefe6 Text Font Color

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

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


#edefe6 Background Color

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

This div background color is #edefe6


#edefe6 Border Color

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

This div border color is #edefe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edefe6


Comments

No comments written yet.

Please login to write comment.