Color Hex Logo

#ebc41b Color Hex

#EBC41B
(235,196,27)
0 Favorites   0 Comments

Color spaces of #ebc41b

RGB 23519627
HSL0.140.840.51
HSV49°89°92°
CMYK 0.000.170.89   0.08
XYZ54.198757.22129.2251
Yxy57.22120.44920.4743
Hunter Lab75.6447-4.484745.7207
CIE-Lab80.3038-0.479778.1995

#ebc41b color RGB value is (235,196,27).

#ebc41b hex color red value is 235, green value is 196 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #ebc41b hue: 0.14 , saturation: 0.84 and the lightness value of ebc41b is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000100 00011011
Octal 353 304 33
Decimal 235 196 27
Hex EB C4 1B

RGB Percentages of Color #ebc41b

%51.31
%42.79
%5.90

CMYK Percentages of Color #ebc41b

%0
%17
%89
%8

Triadic Colors of #ebc41b

#ebc41b #1bebc4 #c41beb

Analogous Colors of #ebc41b

#ebc41b #aaeb1b #eb5c1b

Monochromatic Colors of #ebc41b

#ebc41b

Complementary Color

#ebc41b #1b42eb

#ebc41b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc41b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc41b Color CSS Codes

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

#ebc41b Text Font Color

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

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


#ebc41b Background Color

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

This div background color is #ebc41b


#ebc41b Border Color

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

This div border color is #ebc41b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc41b


Comments

No comments written yet.

Please login to write comment.