Color Hex Logo

#eacf0c Color Hex

#EACF0C
(234,207,12)
0 Favorites   0 Comments

Color spaces of #eacf0c

RGB 23420712
HSL0.150.900.48
HSV53°95°92°
CMYK 0.000.120.95   0.08
XYZ56.310962.14469.3750
Yxy62.14460.44050.4861
Hunter Lab78.8318-10.450248.1313
CIE-Lab82.9903-6.741482.3580

#eacf0c color RGB value is (234,207,12).

#eacf0c hex color red value is 234, green value is 207 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #eacf0c hue: 0.15 , saturation: 0.90 and the lightness value of eacf0c is 0.48.

The process color (four color CMYK) of #eacf0c color hex is 0.00, 0.12, 0.95, 0.08. Web safe color of #eacf0c is #ffcc00. Color #eacf0c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001111 00001100
Octal 352 317 14
Decimal 234 207 12
Hex EA CF C

RGB Percentages of Color #eacf0c

%51.66
%45.70
%2.65

CMYK Percentages of Color #eacf0c

%0
%12
%95
%8

Triadic Colors of #eacf0c

#eacf0c #0ceacf #cf0cea

Analogous Colors of #eacf0c

#eacf0c #96ea0c #ea600c

Monochromatic Colors of #eacf0c

#eacf0c

Complementary Color

#eacf0c #0c27ea

#eacf0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eacf0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eacf0c Color CSS Codes

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

#eacf0c Text Font Color

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

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


#eacf0c Background Color

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

This div background color is #eacf0c


#eacf0c Border Color

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

This div border color is #eacf0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eacf0c


Comments

No comments written yet.

Please login to write comment.