Color Hex Logo

#edfdcc Color Hex

#EDFDCC
(237,253,204)
0 Favorites   0 Comments

Color spaces of #edfdcc

RGB 237253204
HSL0.220.920.90
HSV80°19°99°
CMYK 0.060.000.19   0.01
XYZ80.949492.614770.7367
Yxy92.61470.33140.3791
Hunter Lab96.2365-18.268623.7857
CIE-Lab97.0710-13.429621.7326

#edfdcc color RGB value is (237,253,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111101 11001100
Octal 355 375 314
Decimal 237 253 204
Hex ED FD CC

RGB Percentages of Color #edfdcc

%34.15
%36.46
%29.39

CMYK Percentages of Color #edfdcc

%6
%0
%19
%1

Triadic Colors of #edfdcc

#edfdcc #ccedfd #fdcced

Analogous Colors of #edfdcc

#edfdcc #d5fdcc #fdf5cc

Monochromatic Colors of #edfdcc

#edfdcc

Complementary Color

#edfdcc #dcccfd

#edfdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfdcc Color CSS Codes

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

#edfdcc Text Font Color

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

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


#edfdcc Background Color

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

This div background color is #edfdcc


#edfdcc Border Color

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

This div border color is #edfdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfdcc


Comments

No comments written yet.

Please login to write comment.