Color Hex Logo

#eead65 Color Hex

#EEAD65
(238,173,101)
0 Favorites   0 Comments

Color spaces of #eead65

RGB 238173101
HSL0.090.800.66
HSV32°58°93°
CMYK 0.000.270.58   0.07
XYZ52.552449.003919.0008
Yxy49.00390.43590.4065
Hunter Lab70.002811.498432.9089
CIE-Lab75.453816.184545.9152

#eead65 color RGB value is (238,173,101).

#eead65 hex color red value is 238, green value is 173 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #eead65 hue: 0.09 , saturation: 0.80 and the lightness value of eead65 is 0.66.

The process color (four color CMYK) of #eead65 color hex is 0.00, 0.27, 0.58, 0.07. Web safe color of #eead65 is #ff9966. Color #eead65 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101101 01100101
Octal 356 255 145
Decimal 238 173 101
Hex EE AD 65

RGB Percentages of Color #eead65

%46.48
%33.79
%19.73

CMYK Percentages of Color #eead65

%0
%27
%58
%7

Triadic Colors of #eead65

#eead65 #65eead #ad65ee

Analogous Colors of #eead65

#eead65 #ebee65 #ee6965

Monochromatic Colors of #eead65

#eead65

Complementary Color

#eead65 #65a6ee

#eead65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eead65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eead65 Color CSS Codes

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

#eead65 Text Font Color

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

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


#eead65 Background Color

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

This div background color is #eead65


#eead65 Border Color

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

This div border color is #eead65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eead65


Comments

No comments written yet.

Please login to write comment.