Color Hex Logo

#eac265 Color Hex

#EAC265
(234,194,101)
0 Favorites   0 Comments

Color spaces of #eac265

RGB 234194101
HSL0.120.760.66
HSV42°57°92°
CMYK 0.000.170.57   0.08
XYZ55.572457.015620.3880
Yxy57.01560.41790.4288
Hunter Lab75.5087-0.768936.8473
CIE-Lab80.18843.491851.4221

#eac265 color RGB value is (234,194,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000010 01100101
Octal 352 302 145
Decimal 234 194 101
Hex EA C2 65

RGB Percentages of Color #eac265

%44.23
%36.67
%19.09

CMYK Percentages of Color #eac265

%0
%17
%57
%8

Triadic Colors of #eac265

#eac265 #65eac2 #c265ea

Analogous Colors of #eac265

#eac265 #d0ea65 #ea8065

Monochromatic Colors of #eac265

#eac265

Complementary Color

#eac265 #658dea

#eac265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac265 Color CSS Codes

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

#eac265 Text Font Color

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

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


#eac265 Background Color

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

This div background color is #eac265


#eac265 Border Color

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

This div border color is #eac265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac265


Comments

No comments written yet.

Please login to write comment.