Color Hex Logo

#eeb0cd Color Hex

#EEB0CD
(238,176,205)
0 Favorites   0 Comments

Color spaces of #eeb0cd

RGB 238176205
HSL0.920.650.81
HSV332°26°93°
CMYK 0.000.260.14   0.07
XYZ61.804753.635664.8529
Yxy53.63560.34280.2975
Hunter Lab73.236322.4739-1.2376
CIE-Lab78.248826.9313-5.7772

#eeb0cd color RGB value is (238,176,205).

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

The process color (four color CMYK) of #eeb0cd color hex is 0.00, 0.26, 0.14, 0.07. Web safe color of #eeb0cd is #ff99cc. Color #eeb0cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110000 11001101
Octal 356 260 315
Decimal 238 176 205
Hex EE B0 CD

RGB Percentages of Color #eeb0cd

%38.45
%28.43
%33.12

CMYK Percentages of Color #eeb0cd

%0
%26
%14
%7

Triadic Colors of #eeb0cd

#eeb0cd #cdeeb0 #b0cdee

Analogous Colors of #eeb0cd

#eeb0cd #eeb2b0 #eeb0ec

Monochromatic Colors of #eeb0cd

#eeb0cd

Complementary Color

#eeb0cd #b0eed1

#eeb0cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb0cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb0cd Color CSS Codes

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

#eeb0cd Text Font Color

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

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


#eeb0cd Background Color

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

This div background color is #eeb0cd


#eeb0cd Border Color

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

This div border color is #eeb0cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb0cd


Comments

No comments written yet.

Please login to write comment.