Color Hex Logo

#ebb077 Color Hex

#EBB077
(235,176,119)
0 Favorites   0 Comments

Color spaces of #ebb077

RGB 235176119
HSL0.080.740.69
HSV29°49°92°
CMYK 0.000.250.49   0.08
XYZ53.116150.044724.3128
Yxy50.04470.41670.3926
Hunter Lab70.742310.225929.1427
CIE-Lab76.096714.875437.4518

#ebb077 color RGB value is (235,176,119).

#ebb077 hex color red value is 235, green value is 176 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #ebb077 hue: 0.08 , saturation: 0.74 and the lightness value of ebb077 is 0.69.

The process color (four color CMYK) of #ebb077 color hex is 0.00, 0.25, 0.49, 0.08. Web safe color of #ebb077 is #ff9966. Color #ebb077 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110000 01110111
Octal 353 260 167
Decimal 235 176 119
Hex EB B0 77

RGB Percentages of Color #ebb077

%44.34
%33.21
%22.45

CMYK Percentages of Color #ebb077

%0
%25
%49
%8

Triadic Colors of #ebb077

#ebb077 #77ebb0 #b077eb

Analogous Colors of #ebb077

#ebb077 #ebea77 #eb7778

Monochromatic Colors of #ebb077

#ebb077

Complementary Color

#ebb077 #77b2eb

#ebb077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb077 Color CSS Codes

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

#ebb077 Text Font Color

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

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


#ebb077 Background Color

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

This div background color is #ebb077


#ebb077 Border Color

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

This div border color is #ebb077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb077


Comments

No comments written yet.

Please login to write comment.