Color Hex Logo

#e2fbce Color Hex

#E2FBCE
(226,251,206)
0 Favorites   0 Comments

Color spaces of #e2fbce

RGB 226251206
HSL0.260.850.90
HSV93°18°98°
CMYK 0.100.000.18   0.02
XYZ77.001889.619371.6324
Yxy89.61930.32320.3762
Hunter Lab94.6675-20.477521.4040
CIE-Lab95.8386-15.950518.8797

#e2fbce color RGB value is (226,251,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11111011 11001110
Octal 342 373 316
Decimal 226 251 206
Hex E2 FB CE

RGB Percentages of Color #e2fbce

%33.09
%36.75
%30.16

CMYK Percentages of Color #e2fbce

%10
%0
%18
%2

Triadic Colors of #e2fbce

#e2fbce #cee2fb #fbcee2

Analogous Colors of #e2fbce

#e2fbce #cefbd1 #f9fbce

Monochromatic Colors of #e2fbce

#e2fbce

Complementary Color

#e2fbce #e7cefb

#e2fbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2fbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2fbce Color CSS Codes

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

#e2fbce Text Font Color

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

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


#e2fbce Background Color

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

This div background color is #e2fbce


#e2fbce Border Color

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

This div border color is #e2fbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2fbce


Comments

No comments written yet.

Please login to write comment.