Color Hex Logo

#ebbb13 Color Hex

#EBBB13
(235,187,19)
0 Favorites   0 Comments

Color spaces of #ebbb13

RGB 23518719
HSL0.130.850.50
HSV47°92°92°
CMYK 0.000.200.92   0.08
XYZ52.148853.24988.1458
Yxy53.24980.45930.4690
Hunter Lab72.9725-0.139244.4623
CIE-Lab78.02234.060277.8344

#ebbb13 color RGB value is (235,187,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111011 00010011
Octal 353 273 23
Decimal 235 187 19
Hex EB BB 13

RGB Percentages of Color #ebbb13

%53.29
%42.40
%4.31

CMYK Percentages of Color #ebbb13

%0
%20
%92
%8

Triadic Colors of #ebbb13

#ebbb13 #13ebbb #bb13eb

Analogous Colors of #ebbb13

#ebbb13 #afeb13 #eb4f13

Monochromatic Colors of #ebbb13

#ebbb13

Complementary Color

#ebbb13 #1343eb

#ebbb13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbb13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbb13 Color CSS Codes

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

#ebbb13 Text Font Color

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

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


#ebbb13 Background Color

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

This div background color is #ebbb13


#ebbb13 Border Color

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

This div border color is #ebbb13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbb13


Comments

No comments written yet.

Please login to write comment.