Color Hex Logo

#ebbb1a Color Hex

#EBBB1A
(235,187,26)
0 Favorites   0 Comments

Color spaces of #ebbb1a

RGB 23518726
HSL0.130.840.51
HSV46°89°92°
CMYK 0.000.200.89   0.08
XYZ52.217753.27748.5087
Yxy53.27740.45800.4673
Hunter Lab72.9914-0.036844.1824
CIE-Lab78.03854.170376.6291

#ebbb1a color RGB value is (235,187,26).

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

The process color (four color CMYK) of #ebbb1a color hex is 0.00, 0.20, 0.89, 0.08. Web safe color of #ebbb1a is #ffcc33. Color #ebbb1a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111011 00011010
Octal 353 273 32
Decimal 235 187 26
Hex EB BB 1A

RGB Percentages of Color #ebbb1a

%52.46
%41.74
%5.80

CMYK Percentages of Color #ebbb1a

%0
%20
%89
%8

Triadic Colors of #ebbb1a

#ebbb1a #1aebbb #bb1aeb

Analogous Colors of #ebbb1a

#ebbb1a #b3eb1a #eb531a

Monochromatic Colors of #ebbb1a

#ebbb1a

Complementary Color

#ebbb1a #1a4aeb

#ebbb1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbb1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbb1a Color CSS Codes

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

#ebbb1a Text Font Color

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

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


#ebbb1a Background Color

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

This div background color is #ebbb1a


#ebbb1a Border Color

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

This div border color is #ebbb1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbb1a


Comments

No comments written yet.

Please login to write comment.