Color Hex Logo

#ebe061 Color Hex

#EBE061
(235,224,97)
0 Favorites   0 Comments

Color spaces of #ebe061

RGB 23522497
HSL0.150.780.65
HSV55°59°92°
CMYK 0.000.050.59   0.08
XYZ63.074371.836521.8507
Yxy71.83650.40240.4583
Hunter Lab84.7564-15.487044.0442
CIE-Lab87.8898-11.679062.0272

#ebe061 color RGB value is (235,224,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100000 01100001
Octal 353 340 141
Decimal 235 224 97
Hex EB E0 61

RGB Percentages of Color #ebe061

%42.27
%40.29
%17.45

CMYK Percentages of Color #ebe061

%0
%5
%59
%8

Triadic Colors of #ebe061

#ebe061 #61ebe0 #e061eb

Analogous Colors of #ebe061

#ebe061 #b1eb61 #eb9b61

Monochromatic Colors of #ebe061

#ebe061

Complementary Color

#ebe061 #616ceb

#ebe061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe061 Color CSS Codes

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

#ebe061 Text Font Color

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

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


#ebe061 Background Color

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

This div background color is #ebe061


#ebe061 Border Color

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

This div border color is #ebe061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe061


Comments

No comments written yet.

Please login to write comment.