Color Hex Logo

#ebb178 Color Hex

#EBB178
(235,177,120)
0 Favorites   0 Comments

Color spaces of #ebb178

RGB 235177120
HSL0.080.740.70
HSV30°49°92°
CMYK 0.000.250.49   0.08
XYZ53.373350.462524.6965
Yxy50.46250.41530.3926
Hunter Lab71.03709.800529.1133
CIE-Lab76.352314.437437.2575

#ebb178 color RGB value is (235,177,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110001 01111000
Octal 353 261 170
Decimal 235 177 120
Hex EB B1 78

RGB Percentages of Color #ebb178

%44.17
%33.27
%22.56

CMYK Percentages of Color #ebb178

%0
%25
%49
%8

Triadic Colors of #ebb178

#ebb178 #78ebb1 #b178eb

Analogous Colors of #ebb178

#ebb178 #ebeb78 #eb7879

Monochromatic Colors of #ebb178

#ebb178

Complementary Color

#ebb178 #78b2eb

#ebb178 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb178 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb178 Color CSS Codes

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

#ebb178 Text Font Color

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

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


#ebb178 Background Color

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

This div background color is #ebb178


#ebb178 Border Color

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

This div border color is #ebb178


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb178


Comments

No comments written yet.

Please login to write comment.