Color Hex Logo

#ebe92b Color Hex

#EBE92B
(235,233,43)
0 Favorites   0 Comments

Color spaces of #ebe92b

RGB 23523343
HSL0.160.830.55
HSV59°82°92°
CMYK 0.000.010.82   0.08
XYZ63.835976.114413.6125
Yxy76.11440.41570.4957
Hunter Lab87.2436-22.068251.8196
CIE-Lab89.9124-18.648882.6024

#ebe92b color RGB value is (235,233,43).

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

The process color (four color CMYK) of #ebe92b color hex is 0.00, 0.01, 0.82, 0.08. Web safe color of #ebe92b is #ffff33. Color #ebe92b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101001 00101011
Octal 353 351 53
Decimal 235 233 43
Hex EB E9 2B

RGB Percentages of Color #ebe92b

%45.99
%45.60
%8.41

CMYK Percentages of Color #ebe92b

%0
%1
%82
%8

Triadic Colors of #ebe92b

#ebe92b #2bebe9 #e92beb

Analogous Colors of #ebe92b

#ebe92b #8deb2b #eb892b

Monochromatic Colors of #ebe92b

#ebe92b

Complementary Color

#ebe92b #2b2deb

#ebe92b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe92b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe92b Color CSS Codes

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

#ebe92b Text Font Color

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

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


#ebe92b Background Color

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

This div background color is #ebe92b


#ebe92b Border Color

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

This div border color is #ebe92b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,233,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 #ebe92b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe92b


Comments

No comments written yet.

Please login to write comment.