Color Hex Logo

#eba958 Color Hex

#EBA958
(235,169,88)
0 Favorites   0 Comments

Color spaces of #eba958

RGB 23516988
HSL0.090.790.63
HSV33°63°92°
CMYK 0.000.280.63   0.08
XYZ50.210446.742715.6084
Yxy46.74270.44610.4153
Hunter Lab68.368611.446534.3223
CIE-Lab74.024916.154450.5436

#eba958 color RGB value is (235,169,88).

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

The process color (four color CMYK) of #eba958 color hex is 0.00, 0.28, 0.63, 0.08. Web safe color of #eba958 is #ff9966. Color #eba958 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101001 01011000
Octal 353 251 130
Decimal 235 169 88
Hex EB A9 58

RGB Percentages of Color #eba958

%47.76
%34.35
%17.89

CMYK Percentages of Color #eba958

%0
%28
%63
%8

Triadic Colors of #eba958

#eba958 #58eba9 #a958eb

Analogous Colors of #eba958

#eba958 #e4eb58 #eb5f58

Monochromatic Colors of #eba958

#eba958

Complementary Color

#eba958 #589aeb

#eba958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba958 Color CSS Codes

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

#eba958 Text Font Color

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

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


#eba958 Background Color

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

This div background color is #eba958


#eba958 Border Color

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

This div border color is #eba958


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba958


Comments

No comments written yet.

Please login to write comment.