Color Hex Logo

#eba258 Color Hex

#EBA258
(235,162,88)
0 Favorites   0 Comments

Color spaces of #eba258

RGB 23516288
HSL0.080.790.63
HSV30°63°92°
CMYK 0.000.310.63   0.08
XYZ48.942744.207415.1858
Yxy44.20740.45180.4081
Hunter Lab66.488615.039833.0004
CIE-Lab72.366919.870148.6383

#eba258 color RGB value is (235,162,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100010 01011000
Octal 353 242 130
Decimal 235 162 88
Hex EB A2 58

RGB Percentages of Color #eba258

%48.45
%33.40
%18.14

CMYK Percentages of Color #eba258

%0
%31
%63
%8

Triadic Colors of #eba258

#eba258 #58eba2 #a258eb

Analogous Colors of #eba258

#eba258 #ebeb58 #eb5958

Monochromatic Colors of #eba258

#eba258

Complementary Color

#eba258 #58a1eb

#eba258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba258 Color CSS Codes

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

#eba258 Text Font Color

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

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


#eba258 Background Color

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

This div background color is #eba258


#eba258 Border Color

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

This div border color is #eba258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba258


Comments

No comments written yet.

Please login to write comment.