Color Hex Logo

#eecafb Color Hex

#EECAFB
(238,202,251)
0 Favorites   0 Comments

Color spaces of #eecafb

RGB 238202251
HSL0.790.860.89
HSV284°20°98°
CMYK 0.050.200.00   0.02
XYZ73.793067.3832100.3837
Yxy67.38320.30550.2790
Hunter Lab82.087316.8113-15.0441
CIE-Lab85.697121.1964-19.3147

#eecafb color RGB value is (238,202,251).

#eecafb hex color red value is 238, green value is 202 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #eecafb hue: 0.79 , saturation: 0.86 and the lightness value of eecafb is 0.89.

The process color (four color CMYK) of #eecafb color hex is 0.05, 0.20, 0.00, 0.02. Web safe color of #eecafb is #ffccff. Color #eecafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001010 11111011
Octal 356 312 373
Decimal 238 202 251
Hex EE CA FB

RGB Percentages of Color #eecafb

%34.44
%29.23
%36.32

CMYK Percentages of Color #eecafb

%5
%20
%0
%2

Triadic Colors of #eecafb

#eecafb #fbeeca #cafbee

Analogous Colors of #eecafb

#eecafb #fbcaf0 #d6cafb

Monochromatic Colors of #eecafb

#eecafb

Complementary Color

#eecafb #d7fbca

#eecafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecafb Color CSS Codes

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

#eecafb Text Font Color

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

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


#eecafb Background Color

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

This div background color is #eecafb


#eecafb Border Color

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

This div border color is #eecafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecafb

Related Colors


Comments

No comments written yet.

Please login to write comment.