Color Hex Logo

#eebbd4 Color Hex

#EEBBD4
(238,187,212)
0 Favorites   0 Comments

Color spaces of #eebbd4

RGB 238187212
HSL0.920.600.83
HSV331°21°93°
CMYK 0.000.210.11   0.07
XYZ64.913958.471370.1521
Yxy58.47130.33540.3021
Hunter Lab76.466517.7156-0.8674
CIE-Lab81.000122.2174-5.4973

#eebbd4 color RGB value is (238,187,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111011 11010100
Octal 356 273 324
Decimal 238 187 212
Hex EE BB D4

RGB Percentages of Color #eebbd4

%37.36
%29.36
%33.28

CMYK Percentages of Color #eebbd4

%0
%21
%11
%7

Triadic Colors of #eebbd4

#eebbd4 #d4eebb #bbd4ee

Analogous Colors of #eebbd4

#eebbd4 #eebcbb #eebbee

Monochromatic Colors of #eebbd4

#eebbd4

Complementary Color

#eebbd4 #bbeed5

#eebbd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebbd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebbd4 Color CSS Codes

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

#eebbd4 Text Font Color

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

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


#eebbd4 Background Color

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

This div background color is #eebbd4


#eebbd4 Border Color

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

This div border color is #eebbd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebbd4


Comments

No comments written yet.

Please login to write comment.