Color Hex Logo

#ebd75b Color Hex

#EBD75B
(235,215,91)
0 Favorites   0 Comments

Color spaces of #ebd75b

RGB 23521591
HSL0.140.780.64
HSV52°61°92°
CMYK 0.000.090.61   0.08
XYZ60.449767.018419.6473
Yxy67.01840.41090.4555
Hunter Lab81.8648-11.457343.0759
CIE-Lab85.5132-7.570162.0057

#ebd75b color RGB value is (235,215,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010111 01011011
Octal 353 327 133
Decimal 235 215 91
Hex EB D7 5B

RGB Percentages of Color #ebd75b

%43.44
%39.74
%16.82

CMYK Percentages of Color #ebd75b

%0
%9
%61
%8

Triadic Colors of #ebd75b

#ebd75b #5bebd7 #d75beb

Analogous Colors of #ebd75b

#ebd75b #b7eb5b #eb8f5b

Monochromatic Colors of #ebd75b

#ebd75b

Complementary Color

#ebd75b #5b6feb

#ebd75b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd75b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd75b Color CSS Codes

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

#ebd75b Text Font Color

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

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


#ebd75b Background Color

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

This div background color is #ebd75b


#ebd75b Border Color

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

This div border color is #ebd75b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd75b


Comments

No comments written yet.

Please login to write comment.