Color Hex Logo

#ebbb1b Color Hex

#EBBB1B
(235,187,27)
0 Favorites   0 Comments

Color spaces of #ebbb1b

RGB 23518727
HSL0.130.840.51
HSV46°89°92°
CMYK 0.000.200.89   0.08
XYZ52.229153.28198.5686
Yxy53.28190.45780.4671
Hunter Lab72.9945-0.019744.1362
CIE-Lab78.04114.188776.4335

#ebbb1b color RGB value is (235,187,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111011 00011011
Octal 353 273 33
Decimal 235 187 27
Hex EB BB 1B

RGB Percentages of Color #ebbb1b

%52.34
%41.65
%6.01

CMYK Percentages of Color #ebbb1b

%0
%20
%89
%8

Triadic Colors of #ebbb1b

#ebbb1b #1bebbb #bb1beb

Analogous Colors of #ebbb1b

#ebbb1b #b3eb1b #eb531b

Monochromatic Colors of #ebbb1b

#ebbb1b

Complementary Color

#ebbb1b #1b4beb

#ebbb1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbb1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbb1b Color CSS Codes

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

#ebbb1b Text Font Color

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

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


#ebbb1b Background Color

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

This div background color is #ebbb1b


#ebbb1b Border Color

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

This div border color is #ebbb1b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbb1b


Comments

No comments written yet.

Please login to write comment.