Color Hex Logo

#ebc154 Color Hex

#EBC154
(235,193,84)
0 Favorites   0 Comments

Color spaces of #ebc154

RGB 23519384
HSL0.120.790.63
HSV43°64°92°
CMYK 0.000.180.64   0.08
XYZ54.931156.442216.3868
Yxy56.44220.43000.4418
Hunter Lab75.1280-0.960839.6574
CIE-Lab79.86483.271958.9006

#ebc154 color RGB value is (235,193,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000001 01010100
Octal 353 301 124
Decimal 235 193 84
Hex EB C1 54

RGB Percentages of Color #ebc154

%45.90
%37.70
%16.41

CMYK Percentages of Color #ebc154

%0
%18
%64
%8

Triadic Colors of #ebc154

#ebc154 #54ebc1 #c154eb

Analogous Colors of #ebc154

#ebc154 #caeb54 #eb7654

Monochromatic Colors of #ebc154

#ebc154

Complementary Color

#ebc154 #547eeb

#ebc154 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc154 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc154 Color CSS Codes

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

#ebc154 Text Font Color

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

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


#ebc154 Background Color

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

This div background color is #ebc154


#ebc154 Border Color

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

This div border color is #ebc154


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc154


Comments

No comments written yet.

Please login to write comment.