Color Hex Logo

#ebbe5d Color Hex

#EBBE5D
(235,190,93)
0 Favorites   0 Comments

Color spaces of #ebbe5d

RGB 23519093
HSL0.110.780.64
HSV41°60°92°
CMYK 0.000.190.60   0.08
XYZ54.650255.279418.1455
Yxy55.27940.42670.4316
Hunter Lab74.35011.091737.5751
CIE-Lab79.20195.418154.0804

#ebbe5d color RGB value is (235,190,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111110 01011101
Octal 353 276 135
Decimal 235 190 93
Hex EB BE 5D

RGB Percentages of Color #ebbe5d

%45.37
%36.68
%17.95

CMYK Percentages of Color #ebbe5d

%0
%19
%60
%8

Triadic Colors of #ebbe5d

#ebbe5d #5debbe #be5deb

Analogous Colors of #ebbe5d

#ebbe5d #d1eb5d #eb775d

Monochromatic Colors of #ebbe5d

#ebbe5d

Complementary Color

#ebbe5d #5d8aeb

#ebbe5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbe5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbe5d Color CSS Codes

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

#ebbe5d Text Font Color

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

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


#ebbe5d Background Color

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

This div background color is #ebbe5d


#ebbe5d Border Color

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

This div border color is #ebbe5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbe5d


Comments

No comments written yet.

Please login to write comment.