Color Hex Logo

#eebda3 Color Hex

#EEBDA3
(238,189,163)
0 Favorites   0 Comments

Color spaces of #eebda3

RGB 238189163
HSL0.060.690.79
HSV21°32°93°
CMYK 0.000.210.32   0.07
XYZ60.068457.216742.5283
Yxy57.21670.37590.3580
Hunter Lab75.64179.376919.6144
CIE-Lab80.301313.989019.8406

#eebda3 color RGB value is (238,189,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111101 10100011
Octal 356 275 243
Decimal 238 189 163
Hex EE BD A3

RGB Percentages of Color #eebda3

%40.34
%32.03
%27.63

CMYK Percentages of Color #eebda3

%0
%21
%32
%7

Triadic Colors of #eebda3

#eebda3 #a3eebd #bda3ee

Analogous Colors of #eebda3

#eebda3 #eee3a3 #eea3af

Monochromatic Colors of #eebda3

#eebda3

Complementary Color

#eebda3 #a3d4ee

#eebda3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebda3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebda3 Color CSS Codes

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

#eebda3 Text Font Color

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

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


#eebda3 Background Color

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

This div background color is #eebda3


#eebda3 Border Color

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

This div border color is #eebda3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebda3


Comments

No comments written yet.

Please login to write comment.