Color Hex Logo

#e2efbd Color Hex

#E2EFBD
(226,239,189)
0 Favorites   0 Comments

Color spaces of #e2efbd

RGB 226239189
HSL0.210.610.84
HSV76°21°94°
CMYK 0.050.000.21   0.06
XYZ71.415881.575960.1258
Yxy81.57590.33510.3828
Hunter Lab90.3194-16.918423.7541
CIE-Lab92.3874-12.629622.7917

#e2efbd color RGB value is (226,239,189).

#e2efbd hex color red value is 226, green value is 239 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e2efbd hue: 0.21 , saturation: 0.61 and the lightness value of e2efbd is 0.84.

The process color (four color CMYK) of #e2efbd color hex is 0.05, 0.00, 0.21, 0.06. Web safe color of #e2efbd is #ccffcc. Color #e2efbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11101111 10111101
Octal 342 357 275
Decimal 226 239 189
Hex E2 EF BD

RGB Percentages of Color #e2efbd

%34.56
%36.54
%28.90

CMYK Percentages of Color #e2efbd

%5
%0
%21
%6

Triadic Colors of #e2efbd

#e2efbd #bde2ef #efbde2

Analogous Colors of #e2efbd

#e2efbd #c9efbd #efe3bd

Monochromatic Colors of #e2efbd

#e2efbd

Complementary Color

#e2efbd #cabdef

#e2efbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2efbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2efbd Color CSS Codes

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

#e2efbd Text Font Color

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

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


#e2efbd Background Color

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

This div background color is #e2efbd


#e2efbd Border Color

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

This div border color is #e2efbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2efbd


Comments

No comments written yet.

Please login to write comment.