Color Hex Logo

#e5f0cd Color Hex

#E5F0CD
(229,240,205)
0 Favorites   0 Comments

Color spaces of #e5f0cd

RGB 229240205
HSL0.220.540.87
HSV79°15°94°
CMYK 0.050.000.15   0.06
XYZ74.492683.386069.9265
Yxy83.38600.32700.3660
Hunter Lab91.3159-14.188318.5190
CIE-Lab93.1832-9.623515.6933

#e5f0cd color RGB value is (229,240,205).

#e5f0cd hex color red value is 229, green value is 240 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e5f0cd hue: 0.22 , saturation: 0.54 and the lightness value of e5f0cd is 0.87.

The process color (four color CMYK) of #e5f0cd color hex is 0.05, 0.00, 0.15, 0.06. Web safe color of #e5f0cd is #ccffcc. Color #e5f0cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11110000 11001101
Octal 345 360 315
Decimal 229 240 205
Hex E5 F0 CD

RGB Percentages of Color #e5f0cd

%33.98
%35.61
%30.42

CMYK Percentages of Color #e5f0cd

%5
%0
%15
%6

Triadic Colors of #e5f0cd

#e5f0cd #cde5f0 #f0cde5

Analogous Colors of #e5f0cd

#e5f0cd #d4f0cd #f0eacd

Monochromatic Colors of #e5f0cd

#e5f0cd

Complementary Color

#e5f0cd #d8cdf0

#e5f0cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5f0cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5f0cd Color CSS Codes

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

#e5f0cd Text Font Color

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

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


#e5f0cd Background Color

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

This div background color is #e5f0cd


#e5f0cd Border Color

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

This div border color is #e5f0cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,240,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5f0cd


Comments

No comments written yet.

Please login to write comment.