Color Hex Logo

#eeacbb Color Hex

#EEACBB
(238,172,187)
0 Favorites   0 Comments

Color spaces of #eeacbb

RGB 238172187
HSL0.960.660.80
HSV346°28°93°
CMYK 0.000.280.21   0.07
XYZ58.982151.270053.8011
Yxy51.27000.35950.3125
Hunter Lab71.603121.73175.5728
CIE-Lab76.842326.29641.9577

#eeacbb color RGB value is (238,172,187).

#eeacbb hex color red value is 238, green value is 172 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #eeacbb hue: 0.96 , saturation: 0.66 and the lightness value of eeacbb is 0.80.

The process color (four color CMYK) of #eeacbb color hex is 0.00, 0.28, 0.21, 0.07. Web safe color of #eeacbb is #ff99cc. Color #eeacbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101100 10111011
Octal 356 254 273
Decimal 238 172 187
Hex EE AC BB

RGB Percentages of Color #eeacbb

%39.87
%28.81
%31.32

CMYK Percentages of Color #eeacbb

%0
%28
%21
%7

Triadic Colors of #eeacbb

#eeacbb #bbeeac #acbbee

Analogous Colors of #eeacbb

#eeacbb #eebeac #eeacdc

Monochromatic Colors of #eeacbb

#eeacbb

Complementary Color

#eeacbb #aceedf

#eeacbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeacbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeacbb Color CSS Codes

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

#eeacbb Text Font Color

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

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


#eeacbb Background Color

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

This div background color is #eeacbb


#eeacbb Border Color

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

This div border color is #eeacbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeacbb


Comments

No comments written yet.

Please login to write comment.