Color Hex Logo

#e5fdca Color Hex

#E5FDCA
(229,253,202)
0 Favorites   0 Comments

Color spaces of #e5fdca

RGB 229253202
HSL0.250.930.89
HSV88°20°99°
CMYK 0.090.000.20   0.01
XYZ78.099091.172869.3590
Yxy91.17280.32730.3821
Hunter Lab95.4844-21.098423.7714
CIE-Lab96.4812-16.516521.8475

#e5fdca color RGB value is (229,253,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11111101 11001010
Octal 345 375 312
Decimal 229 253 202
Hex E5 FD CA

RGB Percentages of Color #e5fdca

%33.48
%36.99
%29.53

CMYK Percentages of Color #e5fdca

%9
%0
%20
%1

Triadic Colors of #e5fdca

#e5fdca #cae5fd #fdcae5

Analogous Colors of #e5fdca

#e5fdca #ccfdca #fdfcca

Monochromatic Colors of #e5fdca

#e5fdca

Complementary Color

#e5fdca #e2cafd

#e5fdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5fdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5fdca Color CSS Codes

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

#e5fdca Text Font Color

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

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


#e5fdca Background Color

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

This div background color is #e5fdca


#e5fdca Border Color

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

This div border color is #e5fdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5fdca


Comments

No comments written yet.

Please login to write comment.