Color Hex Logo

#e2fbcc Color Hex

#E2FBCC
(226,251,204)
0 Favorites   0 Comments

Color spaces of #e2fbcc

RGB 226251204
HSL0.260.850.89
HSV92°19°98°
CMYK 0.100.000.19   0.02
XYZ76.760389.522770.3607
Yxy89.52270.32440.3783
Hunter Lab94.6164-20.765522.1410
CIE-Lab95.7984-16.265019.8460

#e2fbcc color RGB value is (226,251,204).

#e2fbcc hex color red value is 226, green value is 251 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e2fbcc hue: 0.26 , saturation: 0.85 and the lightness value of e2fbcc is 0.89.

The process color (four color CMYK) of #e2fbcc color hex is 0.10, 0.00, 0.19, 0.02. Web safe color of #e2fbcc is #ccffcc. Color #e2fbcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11111011 11001100
Octal 342 373 314
Decimal 226 251 204
Hex E2 FB CC

RGB Percentages of Color #e2fbcc

%33.19
%36.86
%29.96

CMYK Percentages of Color #e2fbcc

%10
%0
%19
%2

Triadic Colors of #e2fbcc

#e2fbcc #cce2fb #fbcce2

Analogous Colors of #e2fbcc

#e2fbcc #ccfbce #fafbcc

Monochromatic Colors of #e2fbcc

#e2fbcc

Complementary Color

#e2fbcc #e5ccfb

#e2fbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2fbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2fbcc Color CSS Codes

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

#e2fbcc Text Font Color

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

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


#e2fbcc Background Color

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

This div background color is #e2fbcc


#e2fbcc Border Color

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

This div border color is #e2fbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2fbcc

Related Colors


Comments

No comments written yet.

Please login to write comment.