Color Hex Logo

#edffcc Color Hex

#EDFFCC
(237,255,204)
0 Favorites   0 Comments

Color spaces of #edffcc

RGB 237255204
HSL0.231.000.90
HSV81°20°100°
CMYK 0.070.000.20   0.00
XYZ81.584193.884270.9483
Yxy93.88420.33110.3810
Hunter Lab96.8939-19.268224.4120
CIE-Lab97.5853-14.410922.4468

#edffcc color RGB value is (237,255,204).

#edffcc hex color red value is 237, green value is 255 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #edffcc hue: 0.23 , saturation: 1.00 and the lightness value of edffcc is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111111 11001100
Octal 355 377 314
Decimal 237 255 204
Hex ED FF CC

RGB Percentages of Color #edffcc

%34.05
%36.64
%29.31

CMYK Percentages of Color #edffcc

%7
%0
%20
%0

Triadic Colors of #edffcc

#edffcc #ccedff #ffcced

Analogous Colors of #edffcc

#edffcc #d4ffcc #fff8cc

Monochromatic Colors of #edffcc

#edffcc

Complementary Color

#edffcc #deccff

#edffcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edffcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edffcc Color CSS Codes

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

#edffcc Text Font Color

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

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


#edffcc Background Color

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

This div background color is #edffcc


#edffcc Border Color

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

This div border color is #edffcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edffcc

Related Colors

#edffcc Color Palettes


Comments

No comments written yet.

Please login to write comment.