Color Hex Logo

#ebb51c Color Hex

#EBB51C
(235,181,28)
0 Favorites   0 Comments

Color spaces of #ebb51c

RGB 23518128
HSL0.120.840.52
HSV44°88°92°
CMYK 0.000.230.88   0.08
XYZ50.994450.79388.2151
Yxy50.79380.46360.4617
Hunter Lab71.26982.996943.0546
CIE-Lab76.55397.346275.0646

#ebb51c color RGB value is (235,181,28).

#ebb51c hex color red value is 235, green value is 181 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ebb51c hue: 0.12 , saturation: 0.84 and the lightness value of ebb51c is 0.52.

The process color (four color CMYK) of #ebb51c color hex is 0.00, 0.23, 0.88, 0.08. Web safe color of #ebb51c is #ffcc33. Color #ebb51c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110101 00011100
Octal 353 265 34
Decimal 235 181 28
Hex EB B5 1C

RGB Percentages of Color #ebb51c

%52.93
%40.77
%6.31

CMYK Percentages of Color #ebb51c

%0
%23
%88
%8

Triadic Colors of #ebb51c

#ebb51c #1cebb5 #b51ceb

Analogous Colors of #ebb51c

#ebb51c #baeb1c #eb4e1c

Monochromatic Colors of #ebb51c

#ebb51c

Complementary Color

#ebb51c #1c52eb

#ebb51c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb51c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb51c Color CSS Codes

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

#ebb51c Text Font Color

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

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


#ebb51c Background Color

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

This div background color is #ebb51c


#ebb51c Border Color

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

This div border color is #ebb51c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb51c


Comments

No comments written yet.

Please login to write comment.