Color Hex Logo

#ebad74 Color Hex

#EBAD74
(235,173,116)
0 Favorites   0 Comments

Color spaces of #ebad74

RGB 235173116
HSL0.080.750.69
HSV29°51°92°
CMYK 0.000.260.51   0.08
XYZ52.356948.810323.1848
Yxy48.81030.42100.3925
Hunter Lab69.864411.506629.2294
CIE-Lab75.333216.194838.0416

#ebad74 color RGB value is (235,173,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101101 01110100
Octal 353 255 164
Decimal 235 173 116
Hex EB AD 74

RGB Percentages of Color #ebad74

%44.85
%33.02
%22.14

CMYK Percentages of Color #ebad74

%0
%26
%51
%8

Triadic Colors of #ebad74

#ebad74 #74ebad #ad74eb

Analogous Colors of #ebad74

#ebad74 #ebe974 #eb7477

Monochromatic Colors of #ebad74

#ebad74

Complementary Color

#ebad74 #74b2eb

#ebad74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebad74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebad74 Color CSS Codes

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

#ebad74 Text Font Color

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

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


#ebad74 Background Color

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

This div background color is #ebad74


#ebad74 Border Color

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

This div border color is #ebad74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebad74


Comments

No comments written yet.

Please login to write comment.