Color Hex Logo

#ebc70b Color Hex

#EBC70B
(235,199,11)
0 Favorites   0 Comments

Color spaces of #ebc70b

RGB 23519911
HSL0.140.910.48
HSV50°95°92°
CMYK 0.000.150.95   0.08
XYZ54.744858.53328.7293
Yxy58.53320.44870.4798
Hunter Lab76.5070-6.161046.7900
CIE-Lab81.0343-2.240481.0617

#ebc70b color RGB value is (235,199,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000111 00001011
Octal 353 307 13
Decimal 235 199 11
Hex EB C7 B

RGB Percentages of Color #ebc70b

%52.81
%44.72
%2.47

CMYK Percentages of Color #ebc70b

%0
%15
%95
%8

Triadic Colors of #ebc70b

#ebc70b #0bebc7 #c70beb

Analogous Colors of #ebc70b

#ebc70b #9feb0b #eb570b

Monochromatic Colors of #ebc70b

#ebc70b

Complementary Color

#ebc70b #0b2feb

#ebc70b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc70b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc70b Color CSS Codes

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

#ebc70b Text Font Color

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

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


#ebc70b Background Color

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

This div background color is #ebc70b


#ebc70b Border Color

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

This div border color is #ebc70b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc70b


Comments

No comments written yet.

Please login to write comment.