Color Hex Logo

#edeccf Color Hex

#EDECCF
(237,236,207)
0 Favorites   0 Comments

Color spaces of #edeccf

RGB 237236207
HSL0.160.450.87
HSV58°13°93°
CMYK 0.000.000.13   0.07
XYZ76.183082.500470.9404
Yxy82.50040.33180.3593
Hunter Lab90.8297-9.236017.2738
CIE-Lab92.7953-4.490614.1945

#edeccf color RGB value is (237,236,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101100 11001111
Octal 355 354 317
Decimal 237 236 207
Hex ED EC CF

RGB Percentages of Color #edeccf

%34.85
%34.71
%30.44

CMYK Percentages of Color #edeccf

%0
%0
%13
%7

Triadic Colors of #edeccf

#edeccf #cfedec #eccfed

Analogous Colors of #edeccf

#edeccf #dfedcf #edddcf

Monochromatic Colors of #edeccf

#edeccf

Complementary Color

#edeccf #cfd0ed

#edeccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeccf Color CSS Codes

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

#edeccf Text Font Color

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

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


#edeccf Background Color

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

This div background color is #edeccf


#edeccf Border Color

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

This div border color is #edeccf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,236,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 #edeccf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeccf


Comments

No comments written yet.

Please login to write comment.