Color Hex Logo

#eeacbe Color Hex

#EEACBE
(238,172,190)
0 Favorites   0 Comments

Color spaces of #eeacbe

RGB 238172190
HSL0.950.660.80
HSV344°28°93°
CMYK 0.000.280.20   0.07
XYZ59.306751.399955.5106
Yxy51.39990.35680.3092
Hunter Lab71.693722.19534.2789
CIE-Lab76.920626.73970.4355

#eeacbe color RGB value is (238,172,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101100 10111110
Octal 356 254 276
Decimal 238 172 190
Hex EE AC BE

RGB Percentages of Color #eeacbe

%39.67
%28.67
%31.67

CMYK Percentages of Color #eeacbe

%0
%28
%20
%7

Triadic Colors of #eeacbe

#eeacbe #beeeac #acbeee

Analogous Colors of #eeacbe

#eeacbe #eebbac #eeacdf

Monochromatic Colors of #eeacbe

#eeacbe

Complementary Color

#eeacbe #aceedc

#eeacbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeacbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeacbe Color CSS Codes

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

#eeacbe Text Font Color

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

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


#eeacbe Background Color

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

This div background color is #eeacbe


#eeacbe Border Color

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

This div border color is #eeacbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeacbe

#eeacbe Color Palettes


Comments

No comments written yet.

Please login to write comment.