Color Hex Logo

#eabd66 Color Hex

#EABD66
(234,189,102)
0 Favorites   0 Comments

Color spaces of #eabd66

RGB 234189102
HSL0.110.760.66
HSV40°56°92°
CMYK 0.000.190.56   0.08
XYZ54.527654.846920.2830
Yxy54.84690.42060.4230
Hunter Lab74.05871.822535.6029
CIE-Lab78.95306.179949.4889

#eabd66 color RGB value is (234,189,102).

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

The process color (four color CMYK) of #eabd66 color hex is 0.00, 0.19, 0.56, 0.08. Web safe color of #eabd66 is #ffcc66. Color #eabd66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111101 01100110
Octal 352 275 146
Decimal 234 189 102
Hex EA BD 66

RGB Percentages of Color #eabd66

%44.57
%36.00
%19.43

CMYK Percentages of Color #eabd66

%0
%19
%56
%8

Triadic Colors of #eabd66

#eabd66 #66eabd #bd66ea

Analogous Colors of #eabd66

#eabd66 #d5ea66 #ea7b66

Monochromatic Colors of #eabd66

#eabd66

Complementary Color

#eabd66 #6693ea

#eabd66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabd66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabd66 Color CSS Codes

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

#eabd66 Text Font Color

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

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


#eabd66 Background Color

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

This div background color is #eabd66


#eabd66 Border Color

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

This div border color is #eabd66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabd66


Comments

No comments written yet.

Please login to write comment.