Color Hex Logo

#ebe05c Color Hex

#EBE05C
(235,224,92)
0 Favorites   0 Comments

Color spaces of #ebe05c

RGB 23522492
HSL0.150.780.64
HSV55°61°92°
CMYK 0.000.050.61   0.08
XYZ62.848471.746220.6611
Yxy71.74620.40480.4621
Hunter Lab84.7031-15.786344.8300
CIE-Lab87.8463-12.012664.1168

#ebe05c color RGB value is (235,224,92).

#ebe05c hex color red value is 235, green value is 224 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ebe05c hue: 0.15 , saturation: 0.78 and the lightness value of ebe05c is 0.64.

The process color (four color CMYK) of #ebe05c color hex is 0.00, 0.05, 0.61, 0.08. Web safe color of #ebe05c is #ffcc66. Color #ebe05c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100000 01011100
Octal 353 340 134
Decimal 235 224 92
Hex EB E0 5C

RGB Percentages of Color #ebe05c

%42.65
%40.65
%16.70

CMYK Percentages of Color #ebe05c

%0
%5
%61
%8

Triadic Colors of #ebe05c

#ebe05c #5cebe0 #e05ceb

Analogous Colors of #ebe05c

#ebe05c #afeb5c #eb995c

Monochromatic Colors of #ebe05c

#ebe05c

Complementary Color

#ebe05c #5c67eb

#ebe05c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe05c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe05c Color CSS Codes

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

#ebe05c Text Font Color

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

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


#ebe05c Background Color

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

This div background color is #ebe05c


#ebe05c Border Color

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

This div border color is #ebe05c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe05c

#ebe05c Color Palettes


Comments

No comments written yet.

Please login to write comment.