Color Hex Logo

#e2efbc Color Hex

#E2EFBC
(226,239,188)
0 Favorites   0 Comments

Color spaces of #e2efbc

RGB 226239188
HSL0.210.610.84
HSV75°21°94°
CMYK 0.050.000.21   0.06
XYZ71.307681.532659.5560
Yxy81.53260.33570.3839
Hunter Lab90.2954-17.052924.1010
CIE-Lab92.3682-12.776623.2786

#e2efbc color RGB value is (226,239,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11101111 10111100
Octal 342 357 274
Decimal 226 239 188
Hex E2 EF BC

RGB Percentages of Color #e2efbc

%34.61
%36.60
%28.79

CMYK Percentages of Color #e2efbc

%5
%0
%21
%6

Triadic Colors of #e2efbc

#e2efbc #bce2ef #efbce2

Analogous Colors of #e2efbc

#e2efbc #c9efbc #efe3bc

Monochromatic Colors of #e2efbc

#e2efbc

Complementary Color

#e2efbc #c9bcef

#e2efbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2efbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2efbc Color CSS Codes

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

#e2efbc Text Font Color

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

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


#e2efbc Background Color

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

This div background color is #e2efbc


#e2efbc Border Color

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

This div border color is #e2efbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2efbc


Comments

No comments written yet.

Please login to write comment.