Color Hex Logo

#ebc32f Color Hex

#EBC32F
(235,195,47)
0 Favorites   0 Comments

Color spaces of #ebc32f

RGB 23519547
HSL0.130.820.55
HSV47°80°92°
CMYK 0.000.170.80   0.08
XYZ54.289156.897610.8103
Yxy56.89760.44500.4664
Hunter Lab75.4305-3.532744.3042
CIE-Lab80.12200.534773.1180

#ebc32f color RGB value is (235,195,47).

#ebc32f hex color red value is 235, green value is 195 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ebc32f hue: 0.13 , saturation: 0.82 and the lightness value of ebc32f is 0.55.

The process color (four color CMYK) of #ebc32f color hex is 0.00, 0.17, 0.80, 0.08. Web safe color of #ebc32f is #ffcc33. Color #ebc32f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000011 00101111
Octal 353 303 57
Decimal 235 195 47
Hex EB C3 2F

RGB Percentages of Color #ebc32f

%49.27
%40.88
%9.85

CMYK Percentages of Color #ebc32f

%0
%17
%80
%8

Triadic Colors of #ebc32f

#ebc32f #2febc3 #c32feb

Analogous Colors of #ebc32f

#ebc32f #b5eb2f #eb652f

Monochromatic Colors of #ebc32f

#ebc32f

Complementary Color

#ebc32f #2f57eb

#ebc32f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc32f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc32f Color CSS Codes

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

#ebc32f Text Font Color

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

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


#ebc32f Background Color

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

This div background color is #ebc32f


#ebc32f Border Color

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

This div border color is #ebc32f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc32f


Comments

No comments written yet.

Please login to write comment.