Color Hex Logo

#ebad75 Color Hex

#EBAD75
(235,173,117)
0 Favorites   0 Comments

Color spaces of #ebad75

RGB 235173117
HSL0.080.750.69
HSV28°50°92°
CMYK 0.000.260.50   0.08
XYZ52.415448.833723.4929
Yxy48.83370.42020.3915
Hunter Lab69.881111.594728.9844
CIE-Lab75.347816.284537.5401

#ebad75 color RGB value is (235,173,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101101 01110101
Octal 353 255 165
Decimal 235 173 117
Hex EB AD 75

RGB Percentages of Color #ebad75

%44.76
%32.95
%22.29

CMYK Percentages of Color #ebad75

%0
%26
%50
%8

Triadic Colors of #ebad75

#ebad75 #75ebad #ad75eb

Analogous Colors of #ebad75

#ebad75 #ebe875 #eb7578

Monochromatic Colors of #ebad75

#ebad75

Complementary Color

#ebad75 #75b3eb

#ebad75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebad75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebad75 Color CSS Codes

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

#ebad75 Text Font Color

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

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


#ebad75 Background Color

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

This div background color is #ebad75


#ebad75 Border Color

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

This div border color is #ebad75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebad75


Comments

No comments written yet.

Please login to write comment.