Color Hex Logo

#edfeca Color Hex

#EDFECA
(237,254,202)
0 Favorites   0 Comments

Color spaces of #edfeca

RGB 237254202
HSL0.220.960.89
HSV80°20°100°
CMYK 0.070.000.20   0.00
XYZ81.027593.152469.5867
Yxy93.15240.33240.3821
Hunter Lab96.5155-19.046324.8133
CIE-Lab97.2894-14.218623.0530

#edfeca color RGB value is (237,254,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111110 11001010
Octal 355 376 312
Decimal 237 254 202
Hex ED FE CA

RGB Percentages of Color #edfeca

%34.20
%36.65
%29.15

CMYK Percentages of Color #edfeca

%7
%0
%20
%0

Triadic Colors of #edfeca

#edfeca #caedfe #fecaed

Analogous Colors of #edfeca

#edfeca #d3feca #fef5ca

Monochromatic Colors of #edfeca

#edfeca

Complementary Color

#edfeca #dbcafe

#edfeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfeca Color CSS Codes

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

#edfeca Text Font Color

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

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


#edfeca Background Color

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

This div background color is #edfeca


#edfeca Border Color

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

This div border color is #edfeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfeca


Comments

No comments written yet.

Please login to write comment.