Color Hex Logo

#eebcaf Color Hex

#EEBCAF
(238,188,175)
0 Favorites   0 Comments

Color spaces of #eebcaf

RGB 238188175
HSL0.030.650.81
HSV12°26°93°
CMYK 0.000.210.26   0.07
XYZ60.981057.238748.3916
Yxy57.23870.36600.3435
Hunter Lab75.656311.477415.0360
CIE-Lab80.313716.097913.4304

#eebcaf color RGB value is (238,188,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111100 10101111
Octal 356 274 257
Decimal 238 188 175
Hex EE BC AF

RGB Percentages of Color #eebcaf

%39.60
%31.28
%29.12

CMYK Percentages of Color #eebcaf

%0
%21
%26
%7

Triadic Colors of #eebcaf

#eebcaf #afeebc #bcafee

Analogous Colors of #eebcaf

#eebcaf #eedcaf #eeafc2

Monochromatic Colors of #eebcaf

#eebcaf

Complementary Color

#eebcaf #afe1ee

#eebcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebcaf Color CSS Codes

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

#eebcaf Text Font Color

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

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


#eebcaf Background Color

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

This div background color is #eebcaf


#eebcaf Border Color

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

This div border color is #eebcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebcaf


Comments

No comments written yet.

Please login to write comment.