Color Hex Logo

#ebb92b Color Hex

#EBB92B
(235,185,43)
0 Favorites   0 Comments

Color spaces of #ebb92b

RGB 23518543
HSL0.120.830.55
HSV44°82°92°
CMYK 0.000.210.82   0.08
XYZ52.046052.53459.6826
Yxy52.53450.45550.4598
Hunter Lab72.48071.333842.8160
CIE-Lab77.59945.613872.1078

#ebb92b color RGB value is (235,185,43).

#ebb92b hex color red value is 235, green value is 185 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ebb92b hue: 0.12 , saturation: 0.83 and the lightness value of ebb92b is 0.55.

The process color (four color CMYK) of #ebb92b color hex is 0.00, 0.21, 0.82, 0.08. Web safe color of #ebb92b is #ffcc33. Color #ebb92b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111001 00101011
Octal 353 271 53
Decimal 235 185 43
Hex EB B9 2B

RGB Percentages of Color #ebb92b

%50.76
%39.96
%9.29

CMYK Percentages of Color #ebb92b

%0
%21
%82
%8

Triadic Colors of #ebb92b

#ebb92b #2bebb9 #b92beb

Analogous Colors of #ebb92b

#ebb92b #bdeb2b #eb592b

Monochromatic Colors of #ebb92b

#ebb92b

Complementary Color

#ebb92b #2b5deb

#ebb92b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb92b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb92b Color CSS Codes

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

#ebb92b Text Font Color

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

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


#ebb92b Background Color

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

This div background color is #ebb92b


#ebb92b Border Color

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

This div border color is #ebb92b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb92b


Comments

No comments written yet.

Please login to write comment.