Color Hex Logo

#ebc70c Color Hex

#EBC70C
(235,199,12)
0 Favorites   0 Comments

Color spaces of #ebc70c

RGB 23519912
HSL0.140.900.48
HSV50°95°92°
CMYK 0.000.150.95   0.08
XYZ54.750758.53568.7606
Yxy58.53560.44860.4796
Hunter Lab76.5086-6.152646.7670
CIE-Lab81.0357-2.231280.9610

#ebc70c color RGB value is (235,199,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000111 00001100
Octal 353 307 14
Decimal 235 199 12
Hex EB C7 C

RGB Percentages of Color #ebc70c

%52.69
%44.62
%2.69

CMYK Percentages of Color #ebc70c

%0
%15
%95
%8

Triadic Colors of #ebc70c

#ebc70c #0cebc7 #c70ceb

Analogous Colors of #ebc70c

#ebc70c #a0eb0c #eb580c

Monochromatic Colors of #ebc70c

#ebc70c

Complementary Color

#ebc70c #0c30eb

#ebc70c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc70c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc70c Color CSS Codes

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

#ebc70c Text Font Color

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

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


#ebc70c Background Color

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

This div background color is #ebc70c


#ebc70c Border Color

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

This div border color is #ebc70c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc70c


Comments

No comments written yet.

Please login to write comment.