Color Hex Logo

#ebc423 Color Hex

#EBC423
(235,196,35)
0 Favorites   0 Comments

Color spaces of #ebc423

RGB 23519635
HSL0.130.830.53
HSV48°85°92°
CMYK 0.000.170.85   0.08
XYZ54.304357.26349.7809
Yxy57.26340.44750.4719
Hunter Lab75.6726-4.331545.3074
CIE-Lab80.3275-0.312676.5105

#ebc423 color RGB value is (235,196,35).

#ebc423 hex color red value is 235, green value is 196 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #ebc423 hue: 0.13 , saturation: 0.83 and the lightness value of ebc423 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000100 00100011
Octal 353 304 43
Decimal 235 196 35
Hex EB C4 23

RGB Percentages of Color #ebc423

%50.43
%42.06
%7.51

CMYK Percentages of Color #ebc423

%0
%17
%85
%8

Triadic Colors of #ebc423

#ebc423 #23ebc4 #c423eb

Analogous Colors of #ebc423

#ebc423 #aeeb23 #eb6023

Monochromatic Colors of #ebc423

#ebc423

Complementary Color

#ebc423 #234aeb

#ebc423 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc423 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc423 Color CSS Codes

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

#ebc423 Text Font Color

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

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


#ebc423 Background Color

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

This div background color is #ebc423


#ebc423 Border Color

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

This div border color is #ebc423


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc423


Comments

No comments written yet.

Please login to write comment.