Color Hex Logo

#ebad7a Color Hex

#EBAD7A
(235,173,122)
0 Favorites   0 Comments

Color spaces of #ebad7a

RGB 235173122
HSL0.080.740.70
HSV27°48°92°
CMYK 0.000.260.48   0.08
XYZ52.717448.954425.0830
Yxy48.95440.41590.3862
Hunter Lab69.967412.049027.7220
CIE-Lab75.423016.746435.0222

#ebad7a color RGB value is (235,173,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101101 01111010
Octal 353 255 172
Decimal 235 173 122
Hex EB AD 7A

RGB Percentages of Color #ebad7a

%44.34
%32.64
%23.02

CMYK Percentages of Color #ebad7a

%0
%26
%48
%8

Triadic Colors of #ebad7a

#ebad7a #7aebad #ad7aeb

Analogous Colors of #ebad7a

#ebad7a #ebe67a #eb7a80

Monochromatic Colors of #ebad7a

#ebad7a

Complementary Color

#ebad7a #7ab8eb

#ebad7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebad7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebad7a Color CSS Codes

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

#ebad7a Text Font Color

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

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


#ebad7a Background Color

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

This div background color is #ebad7a


#ebad7a Border Color

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

This div border color is #ebad7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebad7a


Comments

No comments written yet.

Please login to write comment.