Color Hex Logo

#edefcc Color Hex

#EDEFCC
(237,239,204)
0 Favorites   0 Comments

Color spaces of #edefcc

RGB 237239204
HSL0.180.520.87
HSV63°15°94°
CMYK 0.010.000.15   0.06
XYZ76.690684.097269.3171
Yxy84.09720.33330.3655
Hunter Lab91.7045-11.207119.3774
CIE-Lab93.4927-6.467516.7297

#edefcc color RGB value is (237,239,204).

#edefcc hex color red value is 237, green value is 239 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #edefcc hue: 0.18 , saturation: 0.52 and the lightness value of edefcc is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101111 11001100
Octal 355 357 314
Decimal 237 239 204
Hex ED EF CC

RGB Percentages of Color #edefcc

%34.85
%35.15
%30.00

CMYK Percentages of Color #edefcc

%1
%0
%15
%6

Triadic Colors of #edefcc

#edefcc #ccedef #efcced

Analogous Colors of #edefcc

#edefcc #dcefcc #efe0cc

Monochromatic Colors of #edefcc

#edefcc

Complementary Color

#edefcc #ceccef

#edefcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edefcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edefcc Color CSS Codes

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

#edefcc Text Font Color

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

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


#edefcc Background Color

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

This div background color is #edefcc


#edefcc Border Color

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

This div border color is #edefcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edefcc


Comments

No comments written yet.

Please login to write comment.