Color Hex Logo

#ebba73 Color Hex

#EBBA73
(235,186,115)
0 Favorites   0 Comments

Color spaces of #ebba73

RGB 235186115
HSL0.100.750.69
HSV36°51°92°
CMYK 0.000.210.51   0.08
XYZ54.914454.017823.7518
Yxy54.01780.41390.4071
Hunter Lab73.49684.749932.2871
CIE-Lab78.47219.232842.4878

#ebba73 color RGB value is (235,186,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111010 01110011
Octal 353 272 163
Decimal 235 186 115
Hex EB BA 73

RGB Percentages of Color #ebba73

%43.84
%34.70
%21.46

CMYK Percentages of Color #ebba73

%0
%21
%51
%8

Triadic Colors of #ebba73

#ebba73 #73ebba #ba73eb

Analogous Colors of #ebba73

#ebba73 #e0eb73 #eb7e73

Monochromatic Colors of #ebba73

#ebba73

Complementary Color

#ebba73 #73a4eb

#ebba73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebba73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebba73 Color CSS Codes

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

#ebba73 Text Font Color

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

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


#ebba73 Background Color

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

This div background color is #ebba73


#ebba73 Border Color

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

This div border color is #ebba73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebba73


Comments

No comments written yet.

Please login to write comment.