Color Hex Logo

#eac267 Color Hex

#EAC267
(234,194,103)
0 Favorites   0 Comments

Color spaces of #eac267

RGB 234194103
HSL0.120.760.66
HSV42°56°92°
CMYK 0.000.170.56   0.08
XYZ55.671757.055320.9105
Yxy57.05530.41660.4269
Hunter Lab75.5350-0.625936.4611
CIE-Lab80.21073.644550.4914

#eac267 color RGB value is (234,194,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000010 01100111
Octal 352 302 147
Decimal 234 194 103
Hex EA C2 67

RGB Percentages of Color #eac267

%44.07
%36.53
%19.40

CMYK Percentages of Color #eac267

%0
%17
%56
%8

Triadic Colors of #eac267

#eac267 #67eac2 #c267ea

Analogous Colors of #eac267

#eac267 #d1ea67 #ea8167

Monochromatic Colors of #eac267

#eac267

Complementary Color

#eac267 #678fea

#eac267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac267 Color CSS Codes

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

#eac267 Text Font Color

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

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


#eac267 Background Color

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

This div background color is #eac267


#eac267 Border Color

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

This div border color is #eac267


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac267


Comments

No comments written yet.

Please login to write comment.