Color Hex Logo

#ebb93d Color Hex

#EBB93D
(235,185,61)
0 Favorites   0 Comments

Color spaces of #ebb93d

RGB 23518561
HSL0.120.810.58
HSV43°74°92°
CMYK 0.000.210.74   0.08
XYZ52.452252.697011.8219
Yxy52.69700.44840.4505
Hunter Lab72.59271.938841.1594
CIE-Lab77.69586.259766.1318

#ebb93d color RGB value is (235,185,61).

#ebb93d hex color red value is 235, green value is 185 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ebb93d hue: 0.12 , saturation: 0.81 and the lightness value of ebb93d is 0.58.

The process color (four color CMYK) of #ebb93d color hex is 0.00, 0.21, 0.74, 0.08. Web safe color of #ebb93d is #ffcc33. Color #ebb93d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111001 00111101
Octal 353 271 75
Decimal 235 185 61
Hex EB B9 3D

RGB Percentages of Color #ebb93d

%48.86
%38.46
%12.68

CMYK Percentages of Color #ebb93d

%0
%21
%74
%8

Triadic Colors of #ebb93d

#ebb93d #3debb9 #b93deb

Analogous Colors of #ebb93d

#ebb93d #c6eb3d #eb623d

Monochromatic Colors of #ebb93d

#ebb93d

Complementary Color

#ebb93d #3d6feb

#ebb93d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb93d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb93d Color CSS Codes

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

#ebb93d Text Font Color

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

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


#ebb93d Background Color

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

This div background color is #ebb93d


#ebb93d Border Color

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

This div border color is #ebb93d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb93d


Comments

No comments written yet.

Please login to write comment.