Color Hex Logo

#e1cbda Color Hex

#E1CBDA
(225,203,218)
0 Favorites   0 Comments

Color spaces of #e1cbda

RGB 225203218
HSL0.890.270.84
HSV319°10°88°
CMYK 0.000.100.03   0.12
XYZ65.062263.781475.2116
Yxy63.78140.31880.3126
Hunter Lab79.86335.65790.0676
CIE-Lab83.851810.2606-4.6373

#e1cbda color RGB value is (225,203,218).

#e1cbda hex color red value is 225, green value is 203 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e1cbda hue: 0.89 , saturation: 0.27 and the lightness value of e1cbda is 0.84.

The process color (four color CMYK) of #e1cbda color hex is 0.00, 0.10, 0.03, 0.12. Web safe color of #e1cbda is #cccccc. Color #e1cbda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11001011 11011010
Octal 341 313 332
Decimal 225 203 218
Hex E1 CB DA

RGB Percentages of Color #e1cbda

%34.83
%31.42
%33.75

CMYK Percentages of Color #e1cbda

%0
%10
%3
%12

Triadic Colors of #e1cbda

#e1cbda #dae1cb #cbdae1

Analogous Colors of #e1cbda

#e1cbda #e1cbcf #ddcbe1

Monochromatic Colors of #e1cbda

#e1cbda

Complementary Color

#e1cbda #cbe1d2

#e1cbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1cbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1cbda Color CSS Codes

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

#e1cbda Text Font Color

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

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


#e1cbda Background Color

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

This div background color is #e1cbda


#e1cbda Border Color

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

This div border color is #e1cbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1cbda

#e1cbda Color Palettes


Comments

No comments written yet.

Please login to write comment.