Color Hex Logo

#ebe91c Color Hex

#EBE91C
(235,233,28)
0 Favorites   0 Comments

Color spaces of #ebe91c

RGB 23523328
HSL0.170.840.52
HSV59°88°92°
CMYK 0.000.010.88   0.08
XYZ63.609576.023812.4201
Yxy76.02380.41830.5000
Hunter Lab87.1916-22.363052.5885
CIE-Lab89.8704-18.985885.5396

#ebe91c color RGB value is (235,233,28).

#ebe91c hex color red value is 235, green value is 233 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ebe91c hue: 0.17 , saturation: 0.84 and the lightness value of ebe91c is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101001 00011100
Octal 353 351 34
Decimal 235 233 28
Hex EB E9 1C

RGB Percentages of Color #ebe91c

%47.38
%46.98
%5.65

CMYK Percentages of Color #ebe91c

%0
%1
%88
%8

Triadic Colors of #ebe91c

#ebe91c #1cebe9 #e91ceb

Analogous Colors of #ebe91c

#ebe91c #86eb1c #eb821c

Monochromatic Colors of #ebe91c

#ebe91c

Complementary Color

#ebe91c #1c1eeb

#ebe91c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe91c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe91c Color CSS Codes

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

#ebe91c Text Font Color

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

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


#ebe91c Background Color

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

This div background color is #ebe91c


#ebe91c Border Color

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

This div border color is #ebe91c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe91c


Comments

No comments written yet.

Please login to write comment.