Color Hex Logo

#eebdaf Color Hex

#EEBDAF
(238,189,175)
0 Favorites   0 Comments

Color spaces of #eebdaf

RGB 238189175
HSL0.040.650.81
HSV13°26°93°
CMYK 0.000.210.26   0.07
XYZ61.195457.667548.4630
Yxy57.66750.36570.3446
Hunter Lab75.939110.950415.3196
CIE-Lab80.553615.568613.7690

#eebdaf color RGB value is (238,189,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111101 10101111
Octal 356 275 257
Decimal 238 189 175
Hex EE BD AF

RGB Percentages of Color #eebdaf

%39.53
%31.40
%29.07

CMYK Percentages of Color #eebdaf

%0
%21
%26
%7

Triadic Colors of #eebdaf

#eebdaf #afeebd #bdafee

Analogous Colors of #eebdaf

#eebdaf #eeddaf #eeafc1

Monochromatic Colors of #eebdaf

#eebdaf

Complementary Color

#eebdaf #afe0ee

#eebdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebdaf Color CSS Codes

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

#eebdaf Text Font Color

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

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


#eebdaf Background Color

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

This div background color is #eebdaf


#eebdaf Border Color

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

This div border color is #eebdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebdaf


Comments

No comments written yet.

Please login to write comment.