Color Hex Logo

#eace4c Color Hex

#EACE4C
(234,206,76)
0 Favorites   0 Comments

Color spaces of #eace4c

RGB 23420676
HSL0.140.790.61
HSV49°68°92°
CMYK 0.000.120.68   0.08
XYZ57.307562.156815.8145
Yxy62.15680.42360.4595
Hunter Lab78.8396-8.219943.2947
CIE-Lab82.9967-4.306465.5536

#eace4c color RGB value is (234,206,76).

#eace4c hex color red value is 234, green value is 206 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #eace4c hue: 0.14 , saturation: 0.79 and the lightness value of eace4c is 0.61.

The process color (four color CMYK) of #eace4c color hex is 0.00, 0.12, 0.68, 0.08. Web safe color of #eace4c is #ffcc33. Color #eace4c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001110 01001100
Octal 352 316 114
Decimal 234 206 76
Hex EA CE 4C

RGB Percentages of Color #eace4c

%45.35
%39.92
%14.73

CMYK Percentages of Color #eace4c

%0
%12
%68
%8

Triadic Colors of #eace4c

#eace4c #4ceace #ce4cea

Analogous Colors of #eace4c

#eace4c #b7ea4c #ea7f4c

Monochromatic Colors of #eace4c

#eace4c

Complementary Color

#eace4c #4c68ea

#eace4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eace4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eace4c Color CSS Codes

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

#eace4c Text Font Color

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

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


#eace4c Background Color

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

This div background color is #eace4c


#eace4c Border Color

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

This div border color is #eace4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eace4c


Comments

No comments written yet.

Please login to write comment.