Color Hex Logo

#eab463 Color Hex

#EAB463
(234,180,99)
0 Favorites   0 Comments

Color spaces of #eab463

RGB 23418099
HSL0.100.760.65
HSV36°58°92°
CMYK 0.000.230.58   0.08
XYZ52.505151.035818.8880
Yxy51.03580.42890.4169
Hunter Lab71.43936.171634.3317
CIE-Lab76.700710.686748.2867

#eab463 color RGB value is (234,180,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110100 01100011
Octal 352 264 143
Decimal 234 180 99
Hex EA B4 63

RGB Percentages of Color #eab463

%45.61
%35.09
%19.30

CMYK Percentages of Color #eab463

%0
%23
%58
%8

Triadic Colors of #eab463

#eab463 #63eab4 #b463ea

Analogous Colors of #eab463

#eab463 #ddea63 #ea7163

Monochromatic Colors of #eab463

#eab463

Complementary Color

#eab463 #6399ea

#eab463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab463 Color CSS Codes

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

#eab463 Text Font Color

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

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


#eab463 Background Color

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

This div background color is #eab463


#eab463 Border Color

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

This div border color is #eab463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab463


Comments

No comments written yet.

Please login to write comment.