Color Hex Logo

#eebaaf Color Hex

#EEBAAF
(238,186,175)
0 Favorites   0 Comments

Color spaces of #eebaaf

RGB 238186175
HSL0.030.650.81
HSV10°26°93°
CMYK 0.000.220.26   0.07
XYZ60.556756.390148.2501
Yxy56.39010.36660.3414
Hunter Lab75.093312.532414.4694
CIE-Lab79.835317.157212.7545

#eebaaf color RGB value is (238,186,175).

#eebaaf hex color red value is 238, green value is 186 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #eebaaf hue: 0.03 , saturation: 0.65 and the lightness value of eebaaf is 0.81.

The process color (four color CMYK) of #eebaaf color hex is 0.00, 0.22, 0.26, 0.07. Web safe color of #eebaaf is #ffcc99. Color #eebaaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111010 10101111
Octal 356 272 257
Decimal 238 186 175
Hex EE BA AF

RGB Percentages of Color #eebaaf

%39.73
%31.05
%29.22

CMYK Percentages of Color #eebaaf

%0
%22
%26
%7

Triadic Colors of #eebaaf

#eebaaf #afeeba #baafee

Analogous Colors of #eebaaf

#eebaaf #eedaaf #eeafc4

Monochromatic Colors of #eebaaf

#eebaaf

Complementary Color

#eebaaf #afe3ee

#eebaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebaaf Color CSS Codes

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

#eebaaf Text Font Color

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

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


#eebaaf Background Color

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

This div background color is #eebaaf


#eebaaf Border Color

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

This div border color is #eebaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebaaf


Comments

No comments written yet.

Please login to write comment.