Color Hex Logo

#e9cfeb Color Hex

#E9CFEB
(233,207,235)
0 Favorites   0 Comments

Color spaces of #e9cfeb

RGB 233207235
HSL0.820.410.87
HSV296°12°92°
CMYK 0.010.120.00   0.08
XYZ70.912567.947487.9749
Yxy67.94740.31260.2995
Hunter Lab82.43029.3059-5.5770
CIE-Lab85.980113.9174-10.4507

#e9cfeb color RGB value is (233,207,235).

#e9cfeb hex color red value is 233, green value is 207 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e9cfeb hue: 0.82 , saturation: 0.41 and the lightness value of e9cfeb is 0.87.

The process color (four color CMYK) of #e9cfeb color hex is 0.01, 0.12, 0.00, 0.08. Web safe color of #e9cfeb is #ffccff. Color #e9cfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 11001111 11101011
Octal 351 317 353
Decimal 233 207 235
Hex E9 CF EB

RGB Percentages of Color #e9cfeb

%34.52
%30.67
%34.81

CMYK Percentages of Color #e9cfeb

%1
%12
%0
%8

Triadic Colors of #e9cfeb

#e9cfeb #ebe9cf #cfebe9

Analogous Colors of #e9cfeb

#e9cfeb #ebcfdf #dbcfeb

Monochromatic Colors of #e9cfeb

#e9cfeb

Complementary Color

#e9cfeb #d1ebcf

#e9cfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9cfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9cfeb Color CSS Codes

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

#e9cfeb Text Font Color

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

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


#e9cfeb Background Color

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

This div background color is #e9cfeb


#e9cfeb Border Color

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

This div border color is #e9cfeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,207,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e9cfeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e9cfeb;
  -webkit-box-shadow: 1px 1px 3px 2px #e9cfeb;
  box-shadow:         1px 1px 3px 2px #e9cfeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,207,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9cfeb

#e9cfeb Color Palettes


Comments

No comments written yet.

Please login to write comment.