Color Hex Logo

#eeb4ef Color Hex

#EEB4EF
(238,180,239)
0 Favorites   0 Comments

Color spaces of #eeb4ef

RGB 238180239
HSL0.830.650.82
HSV299°25°94°
CMYK 0.000.250.00   0.06
XYZ67.161157.051789.1336
Yxy57.05170.31480.2674
Hunter Lab75.532626.5344-17.0934
CIE-Lab80.208730.6524-21.2158

#eeb4ef color RGB value is (238,180,239).

#eeb4ef hex color red value is 238, green value is 180 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #eeb4ef hue: 0.83 , saturation: 0.65 and the lightness value of eeb4ef is 0.82.

The process color (four color CMYK) of #eeb4ef color hex is 0.00, 0.25, 0.00, 0.06. Web safe color of #eeb4ef is #ffccff. Color #eeb4ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110100 11101111
Octal 356 264 357
Decimal 238 180 239
Hex EE B4 EF

RGB Percentages of Color #eeb4ef

%36.23
%27.40
%36.38

CMYK Percentages of Color #eeb4ef

%0
%25
%0
%6

Triadic Colors of #eeb4ef

#eeb4ef #efeeb4 #b4efee

Analogous Colors of #eeb4ef

#eeb4ef #efb4d3 #d1b4ef

Monochromatic Colors of #eeb4ef

#eeb4ef

Complementary Color

#eeb4ef #b5efb4

#eeb4ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb4ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb4ef Color CSS Codes

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

#eeb4ef Text Font Color

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

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


#eeb4ef Background Color

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

This div background color is #eeb4ef


#eeb4ef Border Color

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

This div border color is #eeb4ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb4ef


Comments

No comments written yet.

Please login to write comment.