Color Hex Logo

#ebe178 Color Hex

#EBE178
(235,225,120)
0 Favorites   0 Comments

Color spaces of #ebe178

RGB 235225120
HSL0.150.740.70
HSV55°49°92°
CMYK 0.000.040.49   0.08
XYZ64.576372.868728.4308
Yxy72.86870.38930.4393
Hunter Lab85.3632-14.352240.0073
CIE-Lab88.3851-10.378952.1422

#ebe178 color RGB value is (235,225,120).

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

The process color (four color CMYK) of #ebe178 color hex is 0.00, 0.04, 0.49, 0.08. Web safe color of #ebe178 is #ffcc66. Color #ebe178 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100001 01111000
Octal 353 341 170
Decimal 235 225 120
Hex EB E1 78

RGB Percentages of Color #ebe178

%40.52
%38.79
%20.69

CMYK Percentages of Color #ebe178

%0
%4
%49
%8

Triadic Colors of #ebe178

#ebe178 #78ebe1 #e178eb

Analogous Colors of #ebe178

#ebe178 #bceb78 #eba878

Monochromatic Colors of #ebe178

#ebe178

Complementary Color

#ebe178 #7882eb

#ebe178 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe178 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe178 Color CSS Codes

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

#ebe178 Text Font Color

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

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


#ebe178 Background Color

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

This div background color is #ebe178


#ebe178 Border Color

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

This div border color is #ebe178


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe178


Comments

No comments written yet.

Please login to write comment.