Color Hex Logo

#eab663 Color Hex

#EAB663
(234,182,99)
0 Favorites   0 Comments

Color spaces of #eab663

RGB 23418299
HSL0.100.760.65
HSV37°58°92°
CMYK 0.000.220.58   0.08
XYZ52.911851.849219.0235
Yxy51.84920.42750.4189
Hunter Lab72.00645.154434.7405
CIE-Lab77.19069.631648.8653

#eab663 color RGB value is (234,182,99).

#eab663 hex color red value is 234, green value is 182 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #eab663 hue: 0.10 , saturation: 0.76 and the lightness value of eab663 is 0.65.

The process color (four color CMYK) of #eab663 color hex is 0.00, 0.22, 0.58, 0.08. Web safe color of #eab663 is #ffcc66. Color #eab663 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110110 01100011
Octal 352 266 143
Decimal 234 182 99
Hex EA B6 63

RGB Percentages of Color #eab663

%45.44
%35.34
%19.22

CMYK Percentages of Color #eab663

%0
%22
%58
%8

Triadic Colors of #eab663

#eab663 #63eab6 #b663ea

Analogous Colors of #eab663

#eab663 #dbea63 #ea7363

Monochromatic Colors of #eab663

#eab663

Complementary Color

#eab663 #6397ea

#eab663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab663 Color CSS Codes

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

#eab663 Text Font Color

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

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


#eab663 Background Color

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

This div background color is #eab663


#eab663 Border Color

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

This div border color is #eab663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab663


Comments

No comments written yet.

Please login to write comment.