Color Hex Logo

#edf3ec Color Hex

#EDF3EC
(237,243,236)
0 Favorites   0 Comments

Color spaces of #edf3ec

RGB 237243236
HSL0.310.230.94
HSV111°95°
CMYK 0.020.000.03   0.05
XYZ82.116088.161892.0458
Yxy88.16180.31300.3361
Hunter Lab93.8945-8.20727.6035
CIE-Lab95.2290-3.22412.6656

#edf3ec color RGB value is (237,243,236).

#edf3ec hex color red value is 237, green value is 243 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #edf3ec hue: 0.31 , saturation: 0.23 and the lightness value of edf3ec is 0.94.

The process color (four color CMYK) of #edf3ec color hex is 0.02, 0.00, 0.03, 0.05. Web safe color of #edf3ec is #ffffff. Color #edf3ec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110011 11101100
Octal 355 363 354
Decimal 237 243 236
Hex ED F3 EC

RGB Percentages of Color #edf3ec

%33.10
%33.94
%32.96

CMYK Percentages of Color #edf3ec

%2
%0
%3
%5

Triadic Colors of #edf3ec

#edf3ec #ecedf3 #f3eced

Analogous Colors of #edf3ec

#edf3ec #ecf3ef #f1f3ec

Monochromatic Colors of #edf3ec

#edf3ec

Complementary Color

#edf3ec #f2ecf3

#edf3ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf3ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf3ec Color CSS Codes

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

#edf3ec Text Font Color

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

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


#edf3ec Background Color

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

This div background color is #edf3ec


#edf3ec Border Color

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

This div border color is #edf3ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf3ec

#edf3ec Color Palettes


Comments

No comments written yet.

Please login to write comment.