Color Hex Logo

#eeacbd Color Hex

#EEACBD
(238,172,189)
0 Favorites   0 Comments

Color spaces of #eeacbd

RGB 238172189
HSL0.960.660.80
HSV345°28°93°
CMYK 0.000.280.21   0.07
XYZ59.197751.356354.9368
Yxy51.35630.35770.3103
Hunter Lab71.663322.03974.7128
CIE-Lab76.894326.59100.9426

#eeacbd color RGB value is (238,172,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101100 10111101
Octal 356 254 275
Decimal 238 172 189
Hex EE AC BD

RGB Percentages of Color #eeacbd

%39.73
%28.71
%31.55

CMYK Percentages of Color #eeacbd

%0
%28
%21
%7

Triadic Colors of #eeacbd

#eeacbd #bdeeac #acbdee

Analogous Colors of #eeacbd

#eeacbd #eebcac #eeacde

Monochromatic Colors of #eeacbd

#eeacbd

Complementary Color

#eeacbd #aceedd

#eeacbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeacbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeacbd Color CSS Codes

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

#eeacbd Text Font Color

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

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


#eeacbd Background Color

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

This div background color is #eeacbd


#eeacbd Border Color

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

This div border color is #eeacbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeacbd


Comments

No comments written yet.

Please login to write comment.