Color Hex Logo

#ebc254 Color Hex

#EBC254
(235,194,84)
0 Favorites   0 Comments

Color spaces of #ebc254

RGB 23519484
HSL0.120.790.63
HSV44°64°92°
CMYK 0.000.170.64   0.08
XYZ55.153056.885816.4607
Yxy56.88580.42920.4427
Hunter Lab75.4227-1.461239.8561
CIE-Lab80.11532.752359.1728

#ebc254 color RGB value is (235,194,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000010 01010100
Octal 353 302 124
Decimal 235 194 84
Hex EB C2 54

RGB Percentages of Color #ebc254

%45.81
%37.82
%16.37

CMYK Percentages of Color #ebc254

%0
%17
%64
%8

Triadic Colors of #ebc254

#ebc254 #54ebc2 #c254eb

Analogous Colors of #ebc254

#ebc254 #c9eb54 #eb7754

Monochromatic Colors of #ebc254

#ebc254

Complementary Color

#ebc254 #547deb

#ebc254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc254 Color CSS Codes

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

#ebc254 Text Font Color

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

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


#ebc254 Background Color

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

This div background color is #ebc254


#ebc254 Border Color

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

This div border color is #ebc254


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,194,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 #ebc254">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc254


Comments

No comments written yet.

Please login to write comment.