Color Hex Logo

#e0cffb Color Hex

#E0CFFB
(224,207,251)
0 Favorites   0 Comments

Color spaces of #e0cffb

RGB 224207251
HSL0.730.850.90
HSV263°18°98°
CMYK 0.110.180.00   0.02
XYZ70.465967.4380100.5697
Yxy67.43800.29550.2828
Hunter Lab82.12069.4558-15.1255
CIE-Lab85.724714.0646-19.3873

#e0cffb color RGB value is (224,207,251).

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

The process color (four color CMYK) of #e0cffb color hex is 0.11, 0.18, 0.00, 0.02. Web safe color of #e0cffb is #ccccff. Color #e0cffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11001111 11111011
Octal 340 317 373
Decimal 224 207 251
Hex E0 CF FB

RGB Percentages of Color #e0cffb

%32.84
%30.35
%36.80

CMYK Percentages of Color #e0cffb

%11
%18
%0
%2

Triadic Colors of #e0cffb

#e0cffb #fbe0cf #cffbe0

Analogous Colors of #e0cffb

#e0cffb #f6cffb #cfd4fb

Monochromatic Colors of #e0cffb

#e0cffb

Complementary Color

#e0cffb #eafbcf

#e0cffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0cffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0cffb Color CSS Codes

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

#e0cffb Text Font Color

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

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


#e0cffb Background Color

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

This div background color is #e0cffb


#e0cffb Border Color

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

This div border color is #e0cffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0cffb


Comments

No comments written yet.

Please login to write comment.