Color Hex Logo

#edeecf Color Hex

#EDEECF
(237,238,207)
0 Favorites   0 Comments

Color spaces of #edeecf

RGB 237238207
HSL0.170.480.87
HSV62°13°93°
CMYK 0.000.000.13   0.07
XYZ76.762183.658671.1334
Yxy83.65860.33150.3613
Hunter Lab91.4651-10.257717.9151
CIE-Lab93.3020-5.501014.9111

#edeecf color RGB value is (237,238,207).

#edeecf hex color red value is 237, green value is 238 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #edeecf hue: 0.17 , saturation: 0.48 and the lightness value of edeecf is 0.87.

The process color (four color CMYK) of #edeecf color hex is 0.00, 0.00, 0.13, 0.07. Web safe color of #edeecf is #ffffcc. Color #edeecf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101110 11001111
Octal 355 356 317
Decimal 237 238 207
Hex ED EE CF

RGB Percentages of Color #edeecf

%34.75
%34.90
%30.35

CMYK Percentages of Color #edeecf

%0
%0
%13
%7

Triadic Colors of #edeecf

#edeecf #cfedee #eecfed

Analogous Colors of #edeecf

#edeecf #deeecf #eee0cf

Monochromatic Colors of #edeecf

#edeecf

Complementary Color

#edeecf #d0cfee

#edeecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeecf Color CSS Codes

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

#edeecf Text Font Color

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

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


#edeecf Background Color

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

This div background color is #edeecf


#edeecf Border Color

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

This div border color is #edeecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeecf


Comments

No comments written yet.

Please login to write comment.