Color Hex Logo

#e5feca Color Hex

#E5FECA
(229,254,202)
0 Favorites   0 Comments

Color spaces of #e5feca

RGB 229254202
HSL0.250.960.89
HSV89°20°100°
CMYK 0.100.000.20   0.00
XYZ78.415691.805969.4645
Yxy91.80590.32720.3830
Hunter Lab95.8154-21.592024.0866
CIE-Lab96.7409-17.004222.2082

#e5feca color RGB value is (229,254,202).

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

The process color (four color CMYK) of #e5feca color hex is 0.10, 0.00, 0.20, 0.00. Web safe color of #e5feca is #ccffcc. Color #e5feca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11111110 11001010
Octal 345 376 312
Decimal 229 254 202
Hex E5 FE CA

RGB Percentages of Color #e5feca

%33.43
%37.08
%29.49

CMYK Percentages of Color #e5feca

%10
%0
%20
%0

Triadic Colors of #e5feca

#e5feca #cae5fe #fecae5

Analogous Colors of #e5feca

#e5feca #cbfeca #fefdca

Monochromatic Colors of #e5feca

#e5feca

Complementary Color

#e5feca #e3cafe

#e5feca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5feca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5feca Color CSS Codes

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

#e5feca Text Font Color

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

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


#e5feca Background Color

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

This div background color is #e5feca


#e5feca Border Color

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

This div border color is #e5feca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5feca


Comments

No comments written yet.

Please login to write comment.