Color Hex Logo

#e9cdfb Color Hex

#E9CDFB
(233,205,251)
0 Favorites   0 Comments

Color spaces of #e9cdfb

RGB 233205251
HSL0.770.850.89
HSV277°18°98°
CMYK 0.070.180.00   0.02
XYZ72.848267.9513100.5432
Yxy67.95130.30180.2816
Hunter Lab82.432613.4889-14.6133
CIE-Lab85.982117.9983-18.9263

#e9cdfb color RGB value is (233,205,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11001101 11111011
Octal 351 315 373
Decimal 233 205 251
Hex E9 CD FB

RGB Percentages of Color #e9cdfb

%33.82
%29.75
%36.43

CMYK Percentages of Color #e9cdfb

%7
%18
%0
%2

Triadic Colors of #e9cdfb

#e9cdfb #fbe9cd #cdfbe9

Analogous Colors of #e9cdfb

#e9cdfb #fbcdf6 #d2cdfb

Monochromatic Colors of #e9cdfb

#e9cdfb

Complementary Color

#e9cdfb #dffbcd

#e9cdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9cdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9cdfb Color CSS Codes

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

#e9cdfb Text Font Color

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

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


#e9cdfb Background Color

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

This div background color is #e9cdfb


#e9cdfb Border Color

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

This div border color is #e9cdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9cdfb


Comments

No comments written yet.

Please login to write comment.