Color Hex Logo

#e1edca Color Hex

#E1EDCA
(225,237,202)
0 Favorites   0 Comments

Color spaces of #e1edca

RGB 225237202
HSL0.220.490.86
HSV81°15°93°
CMYK 0.050.000.15   0.07
XYZ71.996280.840267.6862
Yxy80.84020.32650.3666
Hunter Lab89.9112-14.411018.3036
CIE-Lab92.0605-9.992815.6205

#e1edca color RGB value is (225,237,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11101101 11001010
Octal 341 355 312
Decimal 225 237 202
Hex E1 ED CA

RGB Percentages of Color #e1edca

%33.89
%35.69
%30.42

CMYK Percentages of Color #e1edca

%5
%0
%15
%7

Triadic Colors of #e1edca

#e1edca #cae1ed #edcae1

Analogous Colors of #e1edca

#e1edca #d0edca #ede8ca

Monochromatic Colors of #e1edca

#e1edca

Complementary Color

#e1edca #d6caed

#e1edca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1edca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1edca Color CSS Codes

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

#e1edca Text Font Color

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

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


#e1edca Background Color

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

This div background color is #e1edca


#e1edca Border Color

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

This div border color is #e1edca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,237,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 #e1edca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1edca


Comments

No comments written yet.

Please login to write comment.