Color Hex Logo

#edeccc Color Hex

#EDECCC
(237,236,204)
0 Favorites   0 Comments

Color spaces of #edeccc

RGB 237236204
HSL0.160.480.86
HSV58°14°93°
CMYK 0.000.000.14   0.07
XYZ75.819682.355169.0267
Yxy82.35510.33370.3625
Hunter Lab90.7497-9.678818.4272
CIE-Lab92.7314-4.954815.6576

#edeccc color RGB value is (237,236,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101100 11001100
Octal 355 354 314
Decimal 237 236 204
Hex ED EC CC

RGB Percentages of Color #edeccc

%35.01
%34.86
%30.13

CMYK Percentages of Color #edeccc

%0
%0
%14
%7

Triadic Colors of #edeccc

#edeccc #ccedec #eccced

Analogous Colors of #edeccc

#edeccc #deedcc #eddccc

Monochromatic Colors of #edeccc

#edeccc

Complementary Color

#edeccc #cccded

#edeccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeccc Color CSS Codes

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

#edeccc Text Font Color

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

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


#edeccc Background Color

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

This div background color is #edeccc


#edeccc Border Color

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

This div border color is #edeccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeccc


Comments

No comments written yet.

Please login to write comment.