Color Hex Logo

#ebba72 Color Hex

#EBBA72
(235,186,114)
0 Favorites   0 Comments

Color spaces of #ebba72

RGB 235186114
HSL0.100.750.68
HSV36°51°92°
CMYK 0.000.210.51   0.08
XYZ54.857153.994923.4504
Yxy53.99490.41460.4081
Hunter Lab73.48124.666332.5154
CIE-Lab78.45889.145542.9763

#ebba72 color RGB value is (235,186,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111010 01110010
Octal 353 272 162
Decimal 235 186 114
Hex EB BA 72

RGB Percentages of Color #ebba72

%43.93
%34.77
%21.31

CMYK Percentages of Color #ebba72

%0
%21
%51
%8

Triadic Colors of #ebba72

#ebba72 #72ebba #ba72eb

Analogous Colors of #ebba72

#ebba72 #e0eb72 #eb7e72

Monochromatic Colors of #ebba72

#ebba72

Complementary Color

#ebba72 #72a3eb

#ebba72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebba72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebba72 Color CSS Codes

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

#ebba72 Text Font Color

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

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


#ebba72 Background Color

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

This div background color is #ebba72


#ebba72 Border Color

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

This div border color is #ebba72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebba72


Comments

No comments written yet.

Please login to write comment.