Color Hex Logo

#ebbb14 Color Hex

#EBBB14
(235,187,20)
0 Favorites   0 Comments

Color spaces of #ebbb14

RGB 23518720
HSL0.130.840.50
HSV47°91°92°
CMYK 0.000.200.91   0.08
XYZ52.157553.25338.1917
Yxy53.25330.45910.4688
Hunter Lab72.9749-0.126344.4269
CIE-Lab78.02434.074077.6800

#ebbb14 color RGB value is (235,187,20).

#ebbb14 hex color red value is 235, green value is 187 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #ebbb14 hue: 0.13 , saturation: 0.84 and the lightness value of ebbb14 is 0.50.

The process color (four color CMYK) of #ebbb14 color hex is 0.00, 0.20, 0.91, 0.08. Web safe color of #ebbb14 is #ffcc00. Color #ebbb14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111011 00010100
Octal 353 273 24
Decimal 235 187 20
Hex EB BB 14

RGB Percentages of Color #ebbb14

%53.17
%42.31
%4.52

CMYK Percentages of Color #ebbb14

%0
%20
%91
%8

Triadic Colors of #ebbb14

#ebbb14 #14ebbb #bb14eb

Analogous Colors of #ebbb14

#ebbb14 #b0eb14 #eb5014

Monochromatic Colors of #ebbb14

#ebbb14

Complementary Color

#ebbb14 #1444eb

#ebbb14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbb14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbb14 Color CSS Codes

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

#ebbb14 Text Font Color

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

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


#ebbb14 Background Color

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

This div background color is #ebbb14


#ebbb14 Border Color

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

This div border color is #ebbb14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbb14


Comments

No comments written yet.

Please login to write comment.