Color Hex Logo

#e5f2b2 Color Hex

#E5F2B2
(229,242,178)
0 Favorites   0 Comments

Color spaces of #e5f2b2

RGB 229242178
HSL0.200.710.82
HSV72°26°95°
CMYK 0.050.000.26   0.05
XYZ72.101183.376654.4126
Yxy83.37660.34350.3972
Hunter Lab91.3108-18.846228.5863
CIE-Lab93.1791-14.592829.5278

#e5f2b2 color RGB value is (229,242,178).

#e5f2b2 hex color red value is 229, green value is 242 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #e5f2b2 hue: 0.20 , saturation: 0.71 and the lightness value of e5f2b2 is 0.82.

The process color (four color CMYK) of #e5f2b2 color hex is 0.05, 0.00, 0.26, 0.05. Web safe color of #e5f2b2 is #ccff99. Color #e5f2b2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11110010 10110010
Octal 345 362 262
Decimal 229 242 178
Hex E5 F2 B2

RGB Percentages of Color #e5f2b2

%35.29
%37.29
%27.43

CMYK Percentages of Color #e5f2b2

%5
%0
%26
%5

Triadic Colors of #e5f2b2

#e5f2b2 #b2e5f2 #f2b2e5

Analogous Colors of #e5f2b2

#e5f2b2 #c5f2b2 #f2dfb2

Monochromatic Colors of #e5f2b2

#e5f2b2

Complementary Color

#e5f2b2 #bfb2f2

#e5f2b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5f2b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5f2b2 Color CSS Codes

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

#e5f2b2 Text Font Color

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

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


#e5f2b2 Background Color

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

This div background color is #e5f2b2


#e5f2b2 Border Color

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

This div border color is #e5f2b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5f2b2


Comments

No comments written yet.

Please login to write comment.