Color Hex Logo

#ebd72b Color Hex

#EBD72B
(235,215,43)
0 Favorites   0 Comments

Color spaces of #ebd72b

RGB 23521543
HSL0.150.830.55
HSV54°82°92°
CMYK 0.000.090.82   0.08
XYZ58.997466.437511.9997
Yxy66.43750.42930.4834
Hunter Lab81.5092-13.440548.3278
CIE-Lab85.2191-9.773778.6271

#ebd72b color RGB value is (235,215,43).

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

The process color (four color CMYK) of #ebd72b color hex is 0.00, 0.09, 0.82, 0.08. Web safe color of #ebd72b is #ffcc33. Color #ebd72b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010111 00101011
Octal 353 327 53
Decimal 235 215 43
Hex EB D7 2B

RGB Percentages of Color #ebd72b

%47.67
%43.61
%8.72

CMYK Percentages of Color #ebd72b

%0
%9
%82
%8

Triadic Colors of #ebd72b

#ebd72b #2bebd7 #d72beb

Analogous Colors of #ebd72b

#ebd72b #9feb2b #eb772b

Monochromatic Colors of #ebd72b

#ebd72b

Complementary Color

#ebd72b #2b3feb

#ebd72b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd72b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd72b Color CSS Codes

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

#ebd72b Text Font Color

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

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


#ebd72b Background Color

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

This div background color is #ebd72b


#ebd72b Border Color

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

This div border color is #ebd72b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd72b


Comments

No comments written yet.

Please login to write comment.