Color Hex Logo

#e5cbe8 Color Hex

#E5CBE8
(229,203,232)
0 Favorites   0 Comments

Color spaces of #e5cbe8

RGB 229203232
HSL0.820.390.85
HSV294°13°91°
CMYK 0.010.130.00   0.09
XYZ68.234565.196185.3317
Yxy65.19610.31190.2980
Hunter Lab80.74419.5430-6.1378
CIE-Lab84.584714.1502-10.9721

#e5cbe8 color RGB value is (229,203,232).

#e5cbe8 hex color red value is 229, green value is 203 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #e5cbe8 hue: 0.82 , saturation: 0.39 and the lightness value of e5cbe8 is 0.85.

The process color (four color CMYK) of #e5cbe8 color hex is 0.01, 0.13, 0.00, 0.09. Web safe color of #e5cbe8 is #ccccff. Color #e5cbe8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11001011 11101000
Octal 345 313 350
Decimal 229 203 232
Hex E5 CB E8

RGB Percentages of Color #e5cbe8

%34.49
%30.57
%34.94

CMYK Percentages of Color #e5cbe8

%1
%13
%0
%9

Triadic Colors of #e5cbe8

#e5cbe8 #e8e5cb #cbe8e5

Analogous Colors of #e5cbe8

#e5cbe8 #e8cbdd #d7cbe8

Monochromatic Colors of #e5cbe8

#e5cbe8

Complementary Color

#e5cbe8 #cee8cb

#e5cbe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5cbe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5cbe8 Color CSS Codes

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

#e5cbe8 Text Font Color

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

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


#e5cbe8 Background Color

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

This div background color is #e5cbe8


#e5cbe8 Border Color

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

This div border color is #e5cbe8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5cbe8


Comments

No comments written yet.

Please login to write comment.