Color Hex Logo

#ebe92c Color Hex

#EBE92C
(235,233,44)
0 Favorites   0 Comments

Color spaces of #ebe92c

RGB 23523344
HSL0.160.830.55
HSV59°81°92°
CMYK 0.000.010.81   0.08
XYZ63.854576.121813.7104
Yxy76.12180.41550.4953
Hunter Lab87.2478-22.044051.7564
CIE-Lab89.9159-18.621082.3692

#ebe92c color RGB value is (235,233,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101001 00101100
Octal 353 351 54
Decimal 235 233 44
Hex EB E9 2C

RGB Percentages of Color #ebe92c

%45.90
%45.51
%8.59

CMYK Percentages of Color #ebe92c

%0
%1
%81
%8

Triadic Colors of #ebe92c

#ebe92c #2cebe9 #e92ceb

Analogous Colors of #ebe92c

#ebe92c #8eeb2c #eb8a2c

Monochromatic Colors of #ebe92c

#ebe92c

Complementary Color

#ebe92c #2c2eeb

#ebe92c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe92c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe92c Color CSS Codes

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

#ebe92c Text Font Color

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

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


#ebe92c Background Color

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

This div background color is #ebe92c


#ebe92c Border Color

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

This div border color is #ebe92c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe92c


Comments

No comments written yet.

Please login to write comment.