Color Hex Logo

#ebba78 Color Hex

#EBBA78
(235,186,120)
0 Favorites   0 Comments

Color spaces of #ebba78

RGB 235186120
HSL0.100.740.70
HSV34°49°92°
CMYK 0.000.210.49   0.08
XYZ55.210054.136025.3087
Yxy54.13600.41000.4020
Hunter Lab73.57725.180831.1097
CIE-Lab78.54109.681940.0315

#ebba78 color RGB value is (235,186,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111010 01111000
Octal 353 272 170
Decimal 235 186 120
Hex EB BA 78

RGB Percentages of Color #ebba78

%43.44
%34.38
%22.18

CMYK Percentages of Color #ebba78

%0
%21
%49
%8

Triadic Colors of #ebba78

#ebba78 #78ebba #ba78eb

Analogous Colors of #ebba78

#ebba78 #e3eb78 #eb8178

Monochromatic Colors of #ebba78

#ebba78

Complementary Color

#ebba78 #78a9eb

#ebba78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebba78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebba78 Color CSS Codes

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

#ebba78 Text Font Color

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

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


#ebba78 Background Color

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

This div background color is #ebba78


#ebba78 Border Color

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

This div border color is #ebba78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebba78


Comments

No comments written yet.

Please login to write comment.