Color Hex Logo

#e5fcdb Color Hex

#E5FCDB
(229,252,219)
0 Favorites   0 Comments

Color spaces of #e5fcdb

RGB 229252219
HSL0.280.850.92
HSV102°13°99°
CMYK 0.090.000.13   0.01
XYZ79.909791.393380.4468
Yxy91.39330.31740.3630
Hunter Lab95.5998-18.095717.0276
CIE-Lab96.5718-13.315413.2832

#e5fcdb color RGB value is (229,252,219).

#e5fcdb hex color red value is 229, green value is 252 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e5fcdb hue: 0.28 , saturation: 0.85 and the lightness value of e5fcdb is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11111100 11011011
Octal 345 374 333
Decimal 229 252 219
Hex E5 FC DB

RGB Percentages of Color #e5fcdb

%32.71
%36.00
%31.29

CMYK Percentages of Color #e5fcdb

%9
%0
%13
%1

Triadic Colors of #e5fcdb

#e5fcdb #dbe5fc #fcdbe5

Analogous Colors of #e5fcdb

#e5fcdb #dbfce2 #f6fcdb

Monochromatic Colors of #e5fcdb

#e5fcdb

Complementary Color

#e5fcdb #f2dbfc

#e5fcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5fcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5fcdb Color CSS Codes

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

#e5fcdb Text Font Color

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

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


#e5fcdb Background Color

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

This div background color is #e5fcdb


#e5fcdb Border Color

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

This div border color is #e5fcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5fcdb


Comments

No comments written yet.

Please login to write comment.