Color Hex Logo

#eeb7cd Color Hex

#EEB7CD
(238,183,205)
0 Favorites   0 Comments

Color spaces of #eeb7cd

RGB 238183205
HSL0.930.620.83
HSV336°23°93°
CMYK 0.000.230.14   0.07
XYZ63.212856.451965.3222
Yxy56.45190.34170.3052
Hunter Lab75.134518.69181.0472
CIE-Lab79.870323.2069-3.3863

#eeb7cd color RGB value is (238,183,205).

#eeb7cd hex color red value is 238, green value is 183 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #eeb7cd hue: 0.93 , saturation: 0.62 and the lightness value of eeb7cd is 0.83.

The process color (four color CMYK) of #eeb7cd color hex is 0.00, 0.23, 0.14, 0.07. Web safe color of #eeb7cd is #ffcccc. Color #eeb7cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110111 11001101
Octal 356 267 315
Decimal 238 183 205
Hex EE B7 CD

RGB Percentages of Color #eeb7cd

%38.02
%29.23
%32.75

CMYK Percentages of Color #eeb7cd

%0
%23
%14
%7

Triadic Colors of #eeb7cd

#eeb7cd #cdeeb7 #b7cdee

Analogous Colors of #eeb7cd

#eeb7cd #eebdb7 #eeb7e9

Monochromatic Colors of #eeb7cd

#eeb7cd

Complementary Color

#eeb7cd #b7eed8

#eeb7cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb7cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb7cd Color CSS Codes

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

#eeb7cd Text Font Color

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

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


#eeb7cd Background Color

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

This div background color is #eeb7cd


#eeb7cd Border Color

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

This div border color is #eeb7cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb7cd


Comments

No comments written yet.

Please login to write comment.