Color Hex Logo

#eebda2 Color Hex

#EEBDA2
(238,189,162)
0 Favorites   0 Comments

Color spaces of #eebda2

RGB 238189162
HSL0.060.690.78
HSV21°32°93°
CMYK 0.000.210.32   0.07
XYZ59.979157.181042.0582
Yxy57.18100.37670.3591
Hunter Lab75.61819.251719.9561
CIE-Lab80.281313.862620.3467

#eebda2 color RGB value is (238,189,162).

#eebda2 hex color red value is 238, green value is 189 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #eebda2 hue: 0.06 , saturation: 0.69 and the lightness value of eebda2 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111101 10100010
Octal 356 275 242
Decimal 238 189 162
Hex EE BD A2

RGB Percentages of Color #eebda2

%40.41
%32.09
%27.50

CMYK Percentages of Color #eebda2

%0
%21
%32
%7

Triadic Colors of #eebda2

#eebda2 #a2eebd #bda2ee

Analogous Colors of #eebda2

#eebda2 #eee3a2 #eea2ad

Monochromatic Colors of #eebda2

#eebda2

Complementary Color

#eebda2 #a2d3ee

#eebda2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebda2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebda2 Color CSS Codes

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

#eebda2 Text Font Color

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

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


#eebda2 Background Color

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

This div background color is #eebda2


#eebda2 Border Color

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

This div border color is #eebda2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebda2


Comments

No comments written yet.

Please login to write comment.