Color Hex Logo

#edfccc Color Hex

#EDFCCC
(237,252,204)
0 Favorites   0 Comments

Color spaces of #edfccc

RGB 237252204
HSL0.220.890.89
HSV79°19°99°
CMYK 0.060.000.19   0.01
XYZ80.634591.985070.6317
Yxy91.98500.33150.3781
Hunter Lab95.9088-17.768123.4723
CIE-Lab96.8142-12.937821.3755

#edfccc color RGB value is (237,252,204).

#edfccc hex color red value is 237, green value is 252 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #edfccc hue: 0.22 , saturation: 0.89 and the lightness value of edfccc is 0.89.

The process color (four color CMYK) of #edfccc color hex is 0.06, 0.00, 0.19, 0.01. Web safe color of #edfccc is #ffffcc. Color #edfccc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111100 11001100
Octal 355 374 314
Decimal 237 252 204
Hex ED FC CC

RGB Percentages of Color #edfccc

%34.20
%36.36
%29.44

CMYK Percentages of Color #edfccc

%6
%0
%19
%1

Triadic Colors of #edfccc

#edfccc #ccedfc #fccced

Analogous Colors of #edfccc

#edfccc #d5fccc #fcf3cc

Monochromatic Colors of #edfccc

#edfccc

Complementary Color

#edfccc #dbccfc

#edfccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfccc Color CSS Codes

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

#edfccc Text Font Color

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

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


#edfccc Background Color

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

This div background color is #edfccc


#edfccc Border Color

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

This div border color is #edfccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfccc


Comments

No comments written yet.

Please login to write comment.