Color Hex Logo

#ebc010 Color Hex

#EBC010
(235,192,16)
0 Favorites   0 Comments

Color spaces of #ebc010

RGB 23519216
HSL0.130.870.49
HSV48°93°92°
CMYK 0.000.180.93   0.08
XYZ53.204155.39898.3791
Yxy55.39890.45480.4736
Hunter Lab74.4304-2.658545.4267
CIE-Lab79.27051.422579.1896

#ebc010 color RGB value is (235,192,16).

#ebc010 hex color red value is 235, green value is 192 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #ebc010 hue: 0.13 , saturation: 0.87 and the lightness value of ebc010 is 0.49.

The process color (four color CMYK) of #ebc010 color hex is 0.00, 0.18, 0.93, 0.08. Web safe color of #ebc010 is #ffcc00. Color #ebc010 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000000 00010000
Octal 353 300 20
Decimal 235 192 16
Hex EB C0 10

RGB Percentages of Color #ebc010

%53.05
%43.34
%3.61

CMYK Percentages of Color #ebc010

%0
%18
%93
%8

Triadic Colors of #ebc010

#ebc010 #10ebc0 #c010eb

Analogous Colors of #ebc010

#ebc010 #a9eb10 #eb5310

Monochromatic Colors of #ebc010

#ebc010

Complementary Color

#ebc010 #103beb

#ebc010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc010 Color CSS Codes

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

#ebc010 Text Font Color

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

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


#ebc010 Background Color

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

This div background color is #ebc010


#ebc010 Border Color

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

This div border color is #ebc010


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,192,16, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc010


Comments

No comments written yet.

Please login to write comment.