Color Hex Logo

#e9cefb Color Hex

#E9CEFB
(233,206,251)
0 Favorites   0 Comments

Color spaces of #e9cefb

RGB 233206251
HSL0.770.850.90
HSV276°18°98°
CMYK 0.070.180.00   0.02
XYZ73.088268.4313100.6232
Yxy68.43130.30180.2826
Hunter Lab82.723212.9440-14.2132
CIE-Lab86.221717.4676-18.5649

#e9cefb color RGB value is (233,206,251).

#e9cefb hex color red value is 233, green value is 206 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e9cefb hue: 0.77 , saturation: 0.85 and the lightness value of e9cefb is 0.90.

The process color (four color CMYK) of #e9cefb color hex is 0.07, 0.18, 0.00, 0.02. Web safe color of #e9cefb is #ffccff. Color #e9cefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 11001110 11111011
Octal 351 316 373
Decimal 233 206 251
Hex E9 CE FB

RGB Percentages of Color #e9cefb

%33.77
%29.86
%36.38

CMYK Percentages of Color #e9cefb

%7
%18
%0
%2

Triadic Colors of #e9cefb

#e9cefb #fbe9ce #cefbe9

Analogous Colors of #e9cefb

#e9cefb #fbcef7 #d3cefb

Monochromatic Colors of #e9cefb

#e9cefb

Complementary Color

#e9cefb #e0fbce

#e9cefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9cefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9cefb Color CSS Codes

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

#e9cefb Text Font Color

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

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


#e9cefb Background Color

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

This div background color is #e9cefb


#e9cefb Border Color

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

This div border color is #e9cefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9cefb


Comments

No comments written yet.

Please login to write comment.