Color Hex Logo

#eaad65 Color Hex

#EAAD65
(234,173,101)
0 Favorites   0 Comments

Color spaces of #eaad65

RGB 234173101
HSL0.090.760.66
HSV32°57°92°
CMYK 0.000.260.57   0.08
XYZ51.224248.319218.9386
Yxy48.31920.43230.4078
Hunter Lab69.51209.892732.5048
CIE-Lab75.025814.542345.2995

#eaad65 color RGB value is (234,173,101).

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

The process color (four color CMYK) of #eaad65 color hex is 0.00, 0.26, 0.57, 0.08. Web safe color of #eaad65 is #ff9966. Color #eaad65 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101101 01100101
Octal 352 255 145
Decimal 234 173 101
Hex EA AD 65

RGB Percentages of Color #eaad65

%46.06
%34.06
%19.88

CMYK Percentages of Color #eaad65

%0
%26
%57
%8

Triadic Colors of #eaad65

#eaad65 #65eaad #ad65ea

Analogous Colors of #eaad65

#eaad65 #e5ea65 #ea6b65

Monochromatic Colors of #eaad65

#eaad65

Complementary Color

#eaad65 #65a2ea

#eaad65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaad65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaad65 Color CSS Codes

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

#eaad65 Text Font Color

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

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


#eaad65 Background Color

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

This div background color is #eaad65


#eaad65 Border Color

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

This div border color is #eaad65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaad65


Comments

No comments written yet.

Please login to write comment.