Color Hex Logo

#ebb380 Color Hex

#EBB380
(235,179,128)
0 Favorites   0 Comments

Color spaces of #ebb380

RGB 235179128
HSL0.080.730.71
HSV29°46°92°
CMYK 0.000.240.46   0.08
XYZ54.277351.460927.4943
Yxy51.46090.40740.3862
Hunter Lab71.73639.518827.4913
CIE-Lab76.957414.145233.8586

#ebb380 color RGB value is (235,179,128).

#ebb380 hex color red value is 235, green value is 179 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #ebb380 hue: 0.08 , saturation: 0.73 and the lightness value of ebb380 is 0.71.

The process color (four color CMYK) of #ebb380 color hex is 0.00, 0.24, 0.46, 0.08. Web safe color of #ebb380 is #ffcc99. Color #ebb380 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110011 10000000
Octal 353 263 200
Decimal 235 179 128
Hex EB B3 80

RGB Percentages of Color #ebb380

%43.36
%33.03
%23.62

CMYK Percentages of Color #ebb380

%0
%24
%46
%8

Triadic Colors of #ebb380

#ebb380 #80ebb3 #b380eb

Analogous Colors of #ebb380

#ebb380 #ebe980 #eb8083

Monochromatic Colors of #ebb380

#ebb380

Complementary Color

#ebb380 #80b8eb

#ebb380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb380 Color CSS Codes

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

#ebb380 Text Font Color

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

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


#ebb380 Background Color

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

This div background color is #ebb380


#ebb380 Border Color

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

This div border color is #ebb380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb380


Comments

No comments written yet.

Please login to write comment.