Color Hex Logo

#eac465 Color Hex

#EAC465
(234,196,101)
0 Favorites   0 Comments

Color spaces of #eac465

RGB 234196101
HSL0.120.760.66
HSV43°57°92°
CMYK 0.000.160.57   0.08
XYZ56.020657.911920.5374
Yxy57.91190.41660.4307
Hunter Lab76.0999-1.772737.2691
CIE-Lab80.68982.451652.0078

#eac465 color RGB value is (234,196,101).

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

The process color (four color CMYK) of #eac465 color hex is 0.00, 0.16, 0.57, 0.08. Web safe color of #eac465 is #ffcc66. Color #eac465 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000100 01100101
Octal 352 304 145
Decimal 234 196 101
Hex EA C4 65

RGB Percentages of Color #eac465

%44.07
%36.91
%19.02

CMYK Percentages of Color #eac465

%0
%16
%57
%8

Triadic Colors of #eac465

#eac465 #65eac4 #c465ea

Analogous Colors of #eac465

#eac465 #ceea65 #ea8265

Monochromatic Colors of #eac465

#eac465

Complementary Color

#eac465 #658bea

#eac465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac465 Color CSS Codes

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

#eac465 Text Font Color

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

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


#eac465 Background Color

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

This div background color is #eac465


#eac465 Border Color

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

This div border color is #eac465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac465


Comments

No comments written yet.

Please login to write comment.