Color Hex Logo

#ebad72 Color Hex

#EBAD72
(235,173,114)
0 Favorites   0 Comments

Color spaces of #ebad72

RGB 235173114
HSL0.080.750.68
HSV29°51°92°
CMYK 0.000.260.51   0.08
XYZ52.241848.764222.5786
Yxy48.76420.42270.3946
Hunter Lab69.831411.333429.7117
CIE-Lab75.304416.018239.0421

#ebad72 color RGB value is (235,173,114).

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

The process color (four color CMYK) of #ebad72 color hex is 0.00, 0.26, 0.51, 0.08. Web safe color of #ebad72 is #ff9966. Color #ebad72 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101101 01110010
Octal 353 255 162
Decimal 235 173 114
Hex EB AD 72

RGB Percentages of Color #ebad72

%45.02
%33.14
%21.84

CMYK Percentages of Color #ebad72

%0
%26
%51
%8

Triadic Colors of #ebad72

#ebad72 #72ebad #ad72eb

Analogous Colors of #ebad72

#ebad72 #ebea72 #eb7274

Monochromatic Colors of #ebad72

#ebad72

Complementary Color

#ebad72 #72b0eb

#ebad72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebad72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebad72 Color CSS Codes

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

#ebad72 Text Font Color

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

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


#ebad72 Background Color

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

This div background color is #ebad72


#ebad72 Border Color

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

This div border color is #ebad72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebad72


Comments

No comments written yet.

Please login to write comment.