Color Hex Logo

#edfcca Color Hex

#EDFCCA
(237,252,202)
0 Favorites   0 Comments

Color spaces of #edfcca

RGB 237252202
HSL0.220.890.89
HSV78°20°99°
CMYK 0.060.000.20   0.01
XYZ80.396191.889669.3763
Yxy91.88960.33270.3802
Hunter Lab95.8591-18.047124.1913
CIE-Lab96.7752-13.236622.3401

#edfcca color RGB value is (237,252,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111100 11001010
Octal 355 374 312
Decimal 237 252 202
Hex ED FC CA

RGB Percentages of Color #edfcca

%34.30
%36.47
%29.23

CMYK Percentages of Color #edfcca

%6
%0
%20
%1

Triadic Colors of #edfcca

#edfcca #caedfc #fccaed

Analogous Colors of #edfcca

#edfcca #d4fcca #fcf2ca

Monochromatic Colors of #edfcca

#edfcca

Complementary Color

#edfcca #d9cafc

#edfcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfcca Color CSS Codes

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

#edfcca Text Font Color

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

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


#edfcca Background Color

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

This div background color is #edfcca


#edfcca Border Color

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

This div border color is #edfcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfcca


Comments

No comments written yet.

Please login to write comment.