Color Hex Logo

#ebbb3a Color Hex

#EBBB3A
(235,187,58)
0 Favorites   0 Comments

Color spaces of #ebbb3a

RGB 23518758
HSL0.120.820.57
HSV44°75°92°
CMYK 0.000.200.75   0.08
XYZ52.795053.508311.5485
Yxy53.50830.44800.4540
Hunter Lab73.14940.819641.8441
CIE-Lab78.17415.089267.6979

#ebbb3a color RGB value is (235,187,58).

#ebbb3a hex color red value is 235, green value is 187 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ebbb3a hue: 0.12 , saturation: 0.82 and the lightness value of ebbb3a is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111011 00111010
Octal 353 273 72
Decimal 235 187 58
Hex EB BB 3A

RGB Percentages of Color #ebbb3a

%48.96
%38.96
%12.08

CMYK Percentages of Color #ebbb3a

%0
%20
%75
%8

Triadic Colors of #ebbb3a

#ebbb3a #3aebbb #bb3aeb

Analogous Colors of #ebbb3a

#ebbb3a #c3eb3a #eb623a

Monochromatic Colors of #ebbb3a

#ebbb3a

Complementary Color

#ebbb3a #3a6aeb

#ebbb3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbb3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbb3a Color CSS Codes

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

#ebbb3a Text Font Color

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

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


#ebbb3a Background Color

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

This div background color is #ebbb3a


#ebbb3a Border Color

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

This div border color is #ebbb3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbb3a


Comments

No comments written yet.

Please login to write comment.