Color Hex Logo

#e2fcdc Color Hex

#E2FCDC
(226,252,220)
0 Favorites   0 Comments

Color spaces of #e2fcdc

RGB 226252220
HSL0.300.840.93
HSV109°13°99°
CMYK 0.100.000.13   0.01
XYZ79.092790.956981.0979
Yxy90.95690.31490.3622
Hunter Lab95.3713-18.867416.3434
CIE-Lab96.3923-14.155712.4873

#e2fcdc color RGB value is (226,252,220).

#e2fcdc hex color red value is 226, green value is 252 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e2fcdc hue: 0.30 , saturation: 0.84 and the lightness value of e2fcdc is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11111100 11011100
Octal 342 374 334
Decimal 226 252 220
Hex E2 FC DC

RGB Percentages of Color #e2fcdc

%32.38
%36.10
%31.52

CMYK Percentages of Color #e2fcdc

%10
%0
%13
%1

Triadic Colors of #e2fcdc

#e2fcdc #dce2fc #fcdce2

Analogous Colors of #e2fcdc

#e2fcdc #dcfce6 #f2fcdc

Monochromatic Colors of #e2fcdc

#e2fcdc

Complementary Color

#e2fcdc #f6dcfc

#e2fcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2fcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2fcdc Color CSS Codes

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

#e2fcdc Text Font Color

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

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


#e2fcdc Background Color

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

This div background color is #e2fcdc


#e2fcdc Border Color

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

This div border color is #e2fcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2fcdc

Related Colors


Comments

No comments written yet.

Please login to write comment.