Color Hex Logo

#ebc727 Color Hex

#EBC727
(235,199,39)
0 Favorites   0 Comments

Color spaces of #ebc727

RGB 23519939
HSL0.140.830.54
HSV49°83°92°
CMYK 0.000.150.83   0.08
XYZ55.050658.655510.3396
Yxy58.65550.44380.4729
Hunter Lab76.5869-5.721445.6064
CIE-Lab81.1019-1.758376.1716

#ebc727 color RGB value is (235,199,39).

#ebc727 hex color red value is 235, green value is 199 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #ebc727 hue: 0.14 , saturation: 0.83 and the lightness value of ebc727 is 0.54.

The process color (four color CMYK) of #ebc727 color hex is 0.00, 0.15, 0.83, 0.08. Web safe color of #ebc727 is #ffcc33. Color #ebc727 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000111 00100111
Octal 353 307 47
Decimal 235 199 39
Hex EB C7 27

RGB Percentages of Color #ebc727

%49.68
%42.07
%8.25

CMYK Percentages of Color #ebc727

%0
%15
%83
%8

Triadic Colors of #ebc727

#ebc727 #27ebc7 #c727eb

Analogous Colors of #ebc727

#ebc727 #adeb27 #eb6527

Monochromatic Colors of #ebc727

#ebc727

Complementary Color

#ebc727 #274beb

#ebc727 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc727 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc727 Color CSS Codes

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

#ebc727 Text Font Color

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

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


#ebc727 Background Color

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

This div background color is #ebc727


#ebc727 Border Color

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

This div border color is #ebc727


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc727


Comments

No comments written yet.

Please login to write comment.