Color Hex Logo

#eebdda Color Hex

#EEBDDA
(238,189,218)
0 Favorites   0 Comments

Color spaces of #eebdda

RGB 238189218
HSL0.900.590.84
HSV324°21°93°
CMYK 0.000.210.08   0.07
XYZ66.112459.634374.3557
Yxy59.63430.33040.2980
Hunter Lab77.223217.6768-3.0321
CIE-Lab81.639022.1569-7.7793

#eebdda color RGB value is (238,189,218).

#eebdda hex color red value is 238, green value is 189 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #eebdda hue: 0.90 , saturation: 0.59 and the lightness value of eebdda is 0.84.

The process color (four color CMYK) of #eebdda color hex is 0.00, 0.21, 0.08, 0.07. Web safe color of #eebdda is #ffcccc. Color #eebdda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111101 11011010
Octal 356 275 332
Decimal 238 189 218
Hex EE BD DA

RGB Percentages of Color #eebdda

%36.90
%29.30
%33.80

CMYK Percentages of Color #eebdda

%0
%21
%8
%7

Triadic Colors of #eebdda

#eebdda #daeebd #bddaee

Analogous Colors of #eebdda

#eebdda #eebdc2 #eabdee

Monochromatic Colors of #eebdda

#eebdda

Complementary Color

#eebdda #bdeed1

#eebdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebdda Color CSS Codes

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

#eebdda Text Font Color

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

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


#eebdda Background Color

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

This div background color is #eebdda


#eebdda Border Color

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

This div border color is #eebdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebdda


Comments

No comments written yet.

Please login to write comment.