Color Hex Logo

#e2fcdd Color Hex

#E2FCDD
(226,252,221)
0 Favorites   0 Comments

Color spaces of #e2fcdd

RGB 226252221
HSL0.310.840.93
HSV110°12°99°
CMYK 0.100.000.12   0.01
XYZ79.225691.010081.7977
Yxy91.01000.31430.3611
Hunter Lab95.3992-18.710715.9426
CIE-Lab96.4142-13.986612.0051

#e2fcdd color RGB value is (226,252,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11111100 11011101
Octal 342 374 335
Decimal 226 252 221
Hex E2 FC DD

RGB Percentages of Color #e2fcdd

%32.33
%36.05
%31.62

CMYK Percentages of Color #e2fcdd

%10
%0
%12
%1

Triadic Colors of #e2fcdd

#e2fcdd #dde2fc #fcdde2

Analogous Colors of #e2fcdd

#e2fcdd #ddfce8 #f2fcdd

Monochromatic Colors of #e2fcdd

#e2fcdd

Complementary Color

#e2fcdd #f7ddfc

#e2fcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2fcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2fcdd Color CSS Codes

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

#e2fcdd Text Font Color

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

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


#e2fcdd Background Color

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

This div background color is #e2fcdd


#e2fcdd Border Color

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

This div border color is #e2fcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2fcdd


Comments

No comments written yet.

Please login to write comment.