Color Hex Logo

#e1efca Color Hex

#E1EFCA
(225,239,202)
0 Favorites   0 Comments

Color spaces of #e1efca

RGB 225239202
HSL0.230.540.86
HSV83°15°94°
CMYK 0.060.000.15   0.06
XYZ72.578582.004867.8803
Yxy82.00480.32620.3686
Hunter Lab90.5565-15.411118.9463
CIE-Lab92.5770-10.993316.3479

#e1efca color RGB value is (225,239,202).

#e1efca hex color red value is 225, green value is 239 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e1efca hue: 0.23 , saturation: 0.54 and the lightness value of e1efca is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11101111 11001010
Octal 341 357 312
Decimal 225 239 202
Hex E1 EF CA

RGB Percentages of Color #e1efca

%33.78
%35.89
%30.33

CMYK Percentages of Color #e1efca

%6
%0
%15
%6

Triadic Colors of #e1efca

#e1efca #cae1ef #efcae1

Analogous Colors of #e1efca

#e1efca #cfefca #efebca

Monochromatic Colors of #e1efca

#e1efca

Complementary Color

#e1efca #d8caef

#e1efca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1efca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1efca Color CSS Codes

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

#e1efca Text Font Color

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

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


#e1efca Background Color

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

This div background color is #e1efca


#e1efca Border Color

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

This div border color is #e1efca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1efca


Comments

No comments written yet.

Please login to write comment.