Color Hex Logo

#ebb680 Color Hex

#EBB680
(235,182,128)
0 Favorites   0 Comments

Color spaces of #ebb680

RGB 235182128
HSL0.080.730.71
HSV30°46°92°
CMYK 0.000.230.46   0.08
XYZ54.885252.676627.6969
Yxy52.67660.40580.3895
Hunter Lab72.57867.972128.1793
CIE-Lab77.683712.557434.8011

#ebb680 color RGB value is (235,182,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110110 10000000
Octal 353 266 200
Decimal 235 182 128
Hex EB B6 80

RGB Percentages of Color #ebb680

%43.12
%33.39
%23.49

CMYK Percentages of Color #ebb680

%0
%23
%46
%8

Triadic Colors of #ebb680

#ebb680 #80ebb6 #b680eb

Analogous Colors of #ebb680

#ebb680 #ebeb80 #eb8180

Monochromatic Colors of #ebb680

#ebb680

Complementary Color

#ebb680 #80b5eb

#ebb680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb680 Color CSS Codes

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

#ebb680 Text Font Color

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

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


#ebb680 Background Color

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

This div background color is #ebb680


#ebb680 Border Color

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

This div border color is #ebb680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb680


Comments

No comments written yet.

Please login to write comment.