Color Hex Logo

#e4efb1 Color Hex

#E4EFB1
(228,239,177)
0 Favorites   0 Comments

Color spaces of #e4efb1

RGB 228239177
HSL0.200.660.82
HSV71°26°94°
CMYK 0.050.000.26   0.06
XYZ70.797281.401353.5756
Yxy81.40130.34410.3956
Hunter Lab90.2227-17.821827.9486
CIE-Lab92.3100-13.612328.8473

#e4efb1 color RGB value is (228,239,177).

#e4efb1 hex color red value is 228, green value is 239 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #e4efb1 hue: 0.20 , saturation: 0.66 and the lightness value of e4efb1 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 11101111 10110001
Octal 344 357 261
Decimal 228 239 177
Hex E4 EF B1

RGB Percentages of Color #e4efb1

%35.40
%37.11
%27.48

CMYK Percentages of Color #e4efb1

%5
%0
%26
%6

Triadic Colors of #e4efb1

#e4efb1 #b1e4ef #efb1e4

Analogous Colors of #e4efb1

#e4efb1 #c5efb1 #efdbb1

Monochromatic Colors of #e4efb1

#e4efb1

Complementary Color

#e4efb1 #bcb1ef

#e4efb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4efb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4efb1 Color CSS Codes

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

#e4efb1 Text Font Color

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

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


#e4efb1 Background Color

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

This div background color is #e4efb1


#e4efb1 Border Color

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

This div border color is #e4efb1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,239,177, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e4efb1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e4efb1;
  -webkit-box-shadow: 1px 1px 3px 2px #e4efb1;
  box-shadow:         1px 1px 3px 2px #e4efb1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,239,177, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4efb1


Comments

No comments written yet.

Please login to write comment.