Color Hex Logo

#eecbaf Color Hex

#EECBAF
(238,203,175)
0 Favorites   0 Comments

Color spaces of #eecbaf

RGB 238203175
HSL0.070.650.81
HSV27°26°93°
CMYK 0.000.150.26   0.07
XYZ64.353763.984249.5158
Yxy63.98420.36180.3598
Hunter Lab79.99013.624219.2912
CIE-Lab83.95758.199618.5400

#eecbaf color RGB value is (238,203,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001011 10101111
Octal 356 313 257
Decimal 238 203 175
Hex EE CB AF

RGB Percentages of Color #eecbaf

%38.64
%32.95
%28.41

CMYK Percentages of Color #eecbaf

%0
%15
%26
%7

Triadic Colors of #eecbaf

#eecbaf #afeecb #cbafee

Analogous Colors of #eecbaf

#eecbaf #eeebaf #eeafb3

Monochromatic Colors of #eecbaf

#eecbaf

Complementary Color

#eecbaf #afd2ee

#eecbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecbaf Color CSS Codes

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

#eecbaf Text Font Color

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

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


#eecbaf Background Color

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

This div background color is #eecbaf


#eecbaf Border Color

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

This div border color is #eecbaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,203,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 #eecbaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecbaf


Comments

No comments written yet.

Please login to write comment.