Color Hex Logo

#eeb2dd Color Hex

#EEB2DD
(238,178,221)
0 Favorites   0 Comments

Color spaces of #eeb2dd

RGB 238178221
HSL0.880.640.82
HSV317°25°93°
CMYK 0.000.250.07   0.07
XYZ64.231455.238475.6833
Yxy55.23840.32910.2831
Hunter Lab74.322524.1997-8.3498
CIE-Lab79.178428.5211-13.0638

#eeb2dd color RGB value is (238,178,221).

#eeb2dd hex color red value is 238, green value is 178 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #eeb2dd hue: 0.88 , saturation: 0.64 and the lightness value of eeb2dd is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110010 11011101
Octal 356 262 335
Decimal 238 178 221
Hex EE B2 DD

RGB Percentages of Color #eeb2dd

%37.36
%27.94
%34.69

CMYK Percentages of Color #eeb2dd

%0
%25
%7
%7

Triadic Colors of #eeb2dd

#eeb2dd #ddeeb2 #b2ddee

Analogous Colors of #eeb2dd

#eeb2dd #eeb2bf #e1b2ee

Monochromatic Colors of #eeb2dd

#eeb2dd

Complementary Color

#eeb2dd #b2eec3

#eeb2dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb2dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb2dd Color CSS Codes

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

#eeb2dd Text Font Color

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

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


#eeb2dd Background Color

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

This div background color is #eeb2dd


#eeb2dd Border Color

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

This div border color is #eeb2dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb2dd


Comments

No comments written yet.

Please login to write comment.