Color Hex Logo

#ebb880 Color Hex

#EBB880
(235,184,128)
0 Favorites   0 Comments

Color spaces of #ebb880

RGB 235184128
HSL0.090.730.71
HSV31°46°92°
CMYK 0.000.220.46   0.08
XYZ55.297753.501727.8344
Yxy53.50170.40470.3916
Hunter Lab73.14496.943028.6393
CIE-Lab78.170311.500535.4307

#ebb880 color RGB value is (235,184,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111000 10000000
Octal 353 270 200
Decimal 235 184 128
Hex EB B8 80

RGB Percentages of Color #ebb880

%42.96
%33.64
%23.40

CMYK Percentages of Color #ebb880

%0
%22
%46
%8

Triadic Colors of #ebb880

#ebb880 #80ebb8 #b880eb

Analogous Colors of #ebb880

#ebb880 #e9eb80 #eb8380

Monochromatic Colors of #ebb880

#ebb880

Complementary Color

#ebb880 #80b3eb

#ebb880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb880 Color CSS Codes

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

#ebb880 Text Font Color

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

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


#ebb880 Background Color

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

This div background color is #ebb880


#ebb880 Border Color

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

This div border color is #ebb880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb880


Comments

No comments written yet.

Please login to write comment.