Color Hex Logo

#ebc14e Color Hex

#EBC14E
(235,193,78)
0 Favorites   0 Comments

Color spaces of #ebc14e

RGB 23519378
HSL0.120.800.61
HSV44°67°92°
CMYK 0.000.180.67   0.08
XYZ54.706156.352215.2015
Yxy56.35220.43330.4463
Hunter Lab75.0681-1.286840.5413
CIE-Lab79.81382.922261.4421

#ebc14e color RGB value is (235,193,78).

#ebc14e hex color red value is 235, green value is 193 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ebc14e hue: 0.12 , saturation: 0.80 and the lightness value of ebc14e is 0.61.

The process color (four color CMYK) of #ebc14e color hex is 0.00, 0.18, 0.67, 0.08. Web safe color of #ebc14e is #ffcc66. Color #ebc14e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000001 01001110
Octal 353 301 116
Decimal 235 193 78
Hex EB C1 4E

RGB Percentages of Color #ebc14e

%46.44
%38.14
%15.42

CMYK Percentages of Color #ebc14e

%0
%18
%67
%8

Triadic Colors of #ebc14e

#ebc14e #4eebc1 #c14eeb

Analogous Colors of #ebc14e

#ebc14e #c7eb4e #eb734e

Monochromatic Colors of #ebc14e

#ebc14e

Complementary Color

#ebc14e #4e78eb

#ebc14e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc14e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc14e Color CSS Codes

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

#ebc14e Text Font Color

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

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


#ebc14e Background Color

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

This div background color is #ebc14e


#ebc14e Border Color

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

This div border color is #ebc14e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc14e


Comments

No comments written yet.

Please login to write comment.