Color Hex Logo

#eebdb2 Color Hex

#EEBDB2
(238,189,178)
0 Favorites   0 Comments

Color spaces of #eebdb2

RGB 238189178
HSL0.030.640.82
HSV11°25°93°
CMYK 0.000.210.25   0.07
XYZ61.493457.786750.0324
Yxy57.78670.36320.3413
Hunter Lab76.017611.364514.1895
CIE-Lab80.620115.981712.2527

#eebdb2 color RGB value is (238,189,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111101 10110010
Octal 356 275 262
Decimal 238 189 178
Hex EE BD B2

RGB Percentages of Color #eebdb2

%39.34
%31.24
%29.42

CMYK Percentages of Color #eebdb2

%0
%21
%25
%7

Triadic Colors of #eebdb2

#eebdb2 #b2eebd #bdb2ee

Analogous Colors of #eebdb2

#eebdb2 #eedbb2 #eeb2c5

Monochromatic Colors of #eebdb2

#eebdb2

Complementary Color

#eebdb2 #b2e3ee

#eebdb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebdb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebdb2 Color CSS Codes

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

#eebdb2 Text Font Color

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

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


#eebdb2 Background Color

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

This div background color is #eebdb2


#eebdb2 Border Color

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

This div border color is #eebdb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebdb2


Comments

No comments written yet.

Please login to write comment.