Color Hex Logo

#eab363 Color Hex

#EAB363
(234,179,99)
0 Favorites   0 Comments

Color spaces of #eab363

RGB 23417999
HSL0.100.760.65
HSV36°58°92°
CMYK 0.000.240.58   0.08
XYZ52.303950.633518.8209
Yxy50.63350.42960.4159
Hunter Lab71.15726.680834.1280
CIE-Lab76.456511.214647.9979

#eab363 color RGB value is (234,179,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110011 01100011
Octal 352 263 143
Decimal 234 179 99
Hex EA B3 63

RGB Percentages of Color #eab363

%45.70
%34.96
%19.34

CMYK Percentages of Color #eab363

%0
%24
%58
%8

Triadic Colors of #eab363

#eab363 #63eab3 #b363ea

Analogous Colors of #eab363

#eab363 #deea63 #ea7063

Monochromatic Colors of #eab363

#eab363

Complementary Color

#eab363 #639aea

#eab363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab363 Color CSS Codes

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

#eab363 Text Font Color

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

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


#eab363 Background Color

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

This div background color is #eab363


#eab363 Border Color

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

This div border color is #eab363


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab363


Comments

No comments written yet.

Please login to write comment.