Color Hex Logo

#eebdd4 Color Hex

#EEBDD4
(238,189,212)
0 Favorites   0 Comments

Color spaces of #eebdd4

RGB 238189212
HSL0.920.590.84
HSV332°21°93°
CMYK 0.000.210.11   0.07
XYZ65.341259.325870.2945
Yxy59.32580.33510.3043
Hunter Lab77.023216.6364-0.1942
CIE-Lab81.470321.1546-4.8034

#eebdd4 color RGB value is (238,189,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111101 11010100
Octal 356 275 324
Decimal 238 189 212
Hex EE BD D4

RGB Percentages of Color #eebdd4

%37.25
%29.58
%33.18

CMYK Percentages of Color #eebdd4

%0
%21
%11
%7

Triadic Colors of #eebdd4

#eebdd4 #d4eebd #bdd4ee

Analogous Colors of #eebdd4

#eebdd4 #eebfbd #eebded

Monochromatic Colors of #eebdd4

#eebdd4

Complementary Color

#eebdd4 #bdeed7

#eebdd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebdd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebdd4 Color CSS Codes

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

#eebdd4 Text Font Color

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

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


#eebdd4 Background Color

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

This div background color is #eebdd4


#eebdd4 Border Color

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

This div border color is #eebdd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebdd4


Comments

No comments written yet.

Please login to write comment.