Color Hex Logo

#ebc35d Color Hex

#EBC35D
(235,195,93)
0 Favorites   0 Comments

Color spaces of #ebc35d

RGB 23519593
HSL0.120.780.64
HSV43°60°92°
CMYK 0.000.170.60   0.08
XYZ55.751857.482718.5128
Yxy57.48270.42320.4363
Hunter Lab75.8173-1.421538.5949
CIE-Lab80.45032.812155.4951

#ebc35d color RGB value is (235,195,93).

#ebc35d hex color red value is 235, green value is 195 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ebc35d hue: 0.12 , saturation: 0.78 and the lightness value of ebc35d is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000011 01011101
Octal 353 303 135
Decimal 235 195 93
Hex EB C3 5D

RGB Percentages of Color #ebc35d

%44.93
%37.28
%17.78

CMYK Percentages of Color #ebc35d

%0
%17
%60
%8

Triadic Colors of #ebc35d

#ebc35d #5debc3 #c35deb

Analogous Colors of #ebc35d

#ebc35d #cceb5d #eb7c5d

Monochromatic Colors of #ebc35d

#ebc35d

Complementary Color

#ebc35d #5d85eb

#ebc35d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc35d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc35d Color CSS Codes

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

#ebc35d Text Font Color

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

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


#ebc35d Background Color

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

This div background color is #ebc35d


#ebc35d Border Color

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

This div border color is #ebc35d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc35d


Comments

No comments written yet.

Please login to write comment.