Color Hex Logo

#e2efcd Color Hex

#E2EFCD
(226,239,205)
0 Favorites   0 Comments

Color spaces of #e2efcd

RGB 226239205
HSL0.230.520.87
HSV83°14°94°
CMYK 0.050.000.14   0.06
XYZ73.250082.309569.7843
Yxy82.30950.32510.3653
Hunter Lab90.7246-14.649117.9020
CIE-Lab92.7113-10.167214.9968

#e2efcd color RGB value is (226,239,205).

#e2efcd hex color red value is 226, green value is 239 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e2efcd hue: 0.23 , saturation: 0.52 and the lightness value of e2efcd is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11101111 11001101
Octal 342 357 315
Decimal 226 239 205
Hex E2 EF CD

RGB Percentages of Color #e2efcd

%33.73
%35.67
%30.60

CMYK Percentages of Color #e2efcd

%5
%0
%14
%6

Triadic Colors of #e2efcd

#e2efcd #cde2ef #efcde2

Analogous Colors of #e2efcd

#e2efcd #d1efcd #efebcd

Monochromatic Colors of #e2efcd

#e2efcd

Complementary Color

#e2efcd #dacdef

#e2efcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2efcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2efcd Color CSS Codes

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

#e2efcd Text Font Color

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

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


#e2efcd Background Color

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

This div background color is #e2efcd


#e2efcd Border Color

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

This div border color is #e2efcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2efcd


Comments

No comments written yet.

Please login to write comment.