Color Hex Logo

#eebcf9 Color Hex

#EEBCF9
(238,188,249)
0 Favorites   0 Comments

Color spaces of #eebcf9

RGB 238188249
HSL0.800.840.86
HSV289°24°98°
CMYK 0.040.240.00   0.02
XYZ70.342060.983197.6860
Yxy60.98310.30720.2663
Hunter Lab78.091724.1255-19.5025
CIE-Lab82.369728.2604-23.2920

#eebcf9 color RGB value is (238,188,249).

#eebcf9 hex color red value is 238, green value is 188 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #eebcf9 hue: 0.80 , saturation: 0.84 and the lightness value of eebcf9 is 0.86.

The process color (four color CMYK) of #eebcf9 color hex is 0.04, 0.24, 0.00, 0.02. Web safe color of #eebcf9 is #ffccff. Color #eebcf9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111100 11111001
Octal 356 274 371
Decimal 238 188 249
Hex EE BC F9

RGB Percentages of Color #eebcf9

%35.26
%27.85
%36.89

CMYK Percentages of Color #eebcf9

%4
%24
%0
%2

Triadic Colors of #eebcf9

#eebcf9 #f9eebc #bcf9ee

Analogous Colors of #eebcf9

#eebcf9 #f9bce6 #d0bcf9

Monochromatic Colors of #eebcf9

#eebcf9

Complementary Color

#eebcf9 #c7f9bc

#eebcf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebcf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebcf9 Color CSS Codes

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

#eebcf9 Text Font Color

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

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


#eebcf9 Background Color

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

This div background color is #eebcf9


#eebcf9 Border Color

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

This div border color is #eebcf9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,188,249, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebcf9


Comments

No comments written yet.

Please login to write comment.