Color Hex Logo

#ebe93b Color Hex

#EBE93B
(235,233,59)
0 Favorites   0 Comments

Color spaces of #ebe93b

RGB 23523359
HSL0.160.810.58
HSV59°75°92°
CMYK 0.000.010.75   0.08
XYZ64.189376.255815.4734
Yxy76.25580.41170.4891
Hunter Lab87.3246-21.608850.6214
CIE-Lab89.9780-18.124778.3516

#ebe93b color RGB value is (235,233,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101001 00111011
Octal 353 351 73
Decimal 235 233 59
Hex EB E9 3B

RGB Percentages of Color #ebe93b

%44.59
%44.21
%11.20

CMYK Percentages of Color #ebe93b

%0
%1
%75
%8

Triadic Colors of #ebe93b

#ebe93b #3bebe9 #e93beb

Analogous Colors of #ebe93b

#ebe93b #95eb3b #eb913b

Monochromatic Colors of #ebe93b

#ebe93b

Complementary Color

#ebe93b #3b3deb

#ebe93b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe93b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe93b Color CSS Codes

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

#ebe93b Text Font Color

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

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


#ebe93b Background Color

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

This div background color is #ebe93b


#ebe93b Border Color

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

This div border color is #ebe93b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe93b


Comments

No comments written yet.

Please login to write comment.