Color Hex Logo

#eeb1cd Color Hex

#EEB1CD
(238,177,205)
0 Favorites   0 Comments

Color spaces of #eeb1cd

RGB 238177205
HSL0.920.640.81
HSV332°26°93°
CMYK 0.000.260.14   0.07
XYZ62.001554.029264.9185
Yxy54.02920.34260.2986
Hunter Lab73.504621.9328-0.9112
CIE-Lab78.478826.3993-5.4374

#eeb1cd color RGB value is (238,177,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110001 11001101
Octal 356 261 315
Decimal 238 177 205
Hex EE B1 CD

RGB Percentages of Color #eeb1cd

%38.39
%28.55
%33.06

CMYK Percentages of Color #eeb1cd

%0
%26
%14
%7

Triadic Colors of #eeb1cd

#eeb1cd #cdeeb1 #b1cdee

Analogous Colors of #eeb1cd

#eeb1cd #eeb4b1 #eeb1ec

Monochromatic Colors of #eeb1cd

#eeb1cd

Complementary Color

#eeb1cd #b1eed2

#eeb1cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb1cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb1cd Color CSS Codes

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

#eeb1cd Text Font Color

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

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


#eeb1cd Background Color

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

This div background color is #eeb1cd


#eeb1cd Border Color

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

This div border color is #eeb1cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb1cd


Comments

No comments written yet.

Please login to write comment.