Color Hex Logo

#ebb582 Color Hex

#EBB582
(235,181,130)
0 Favorites   0 Comments

Color spaces of #ebb582

RGB 235181130
HSL0.080.720.72
HSV29°45°92°
CMYK 0.000.230.45   0.08
XYZ54.814152.321628.3292
Yxy52.32160.40460.3862
Hunter Lab72.33378.682527.4129
CIE-Lab77.472713.286733.4803

#ebb582 color RGB value is (235,181,130).

#ebb582 hex color red value is 235, green value is 181 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #ebb582 hue: 0.08 , saturation: 0.72 and the lightness value of ebb582 is 0.72.

The process color (four color CMYK) of #ebb582 color hex is 0.00, 0.23, 0.45, 0.08. Web safe color of #ebb582 is #ffcc99. Color #ebb582 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110101 10000010
Octal 353 265 202
Decimal 235 181 130
Hex EB B5 82

RGB Percentages of Color #ebb582

%43.04
%33.15
%23.81

CMYK Percentages of Color #ebb582

%0
%23
%45
%8

Triadic Colors of #ebb582

#ebb582 #82ebb5 #b582eb

Analogous Colors of #ebb582

#ebb582 #ebea82 #eb8284

Monochromatic Colors of #ebb582

#ebb582

Complementary Color

#ebb582 #82b8eb

#ebb582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb582 Color CSS Codes

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

#ebb582 Text Font Color

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

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


#ebb582 Background Color

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

This div background color is #ebb582


#ebb582 Border Color

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

This div border color is #ebb582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb582

#ebb582 Color Palettes


Comments

No comments written yet.

Please login to write comment.