Color Hex Logo

#edad53 Color Hex

#EDAD53
(237,173,83)
0 Favorites   0 Comments

Color spaces of #edad53

RGB 23717383
HSL0.100.810.63
HSV35°65°93°
CMYK 0.000.270.65   0.07
XYZ51.430048.516214.8375
Yxy48.51620.44810.4227
Hunter Lab69.65369.905036.1276
CIE-Lab75.149414.554054.2347

#edad53 color RGB value is (237,173,83).

#edad53 hex color red value is 237, green value is 173 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #edad53 hue: 0.10 , saturation: 0.81 and the lightness value of edad53 is 0.63.

The process color (four color CMYK) of #edad53 color hex is 0.00, 0.27, 0.65, 0.07. Web safe color of #edad53 is #ff9966. Color #edad53 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101101 01010011
Octal 355 255 123
Decimal 237 173 83
Hex ED AD 53

RGB Percentages of Color #edad53

%48.07
%35.09
%16.84

CMYK Percentages of Color #edad53

%0
%27
%65
%7

Triadic Colors of #edad53

#edad53 #53edad #ad53ed

Analogous Colors of #edad53

#edad53 #e0ed53 #ed6053

Monochromatic Colors of #edad53

#edad53

Complementary Color

#edad53 #5393ed

#edad53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edad53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edad53 Color CSS Codes

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

#edad53 Text Font Color

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

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


#edad53 Background Color

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

This div background color is #edad53


#edad53 Border Color

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

This div border color is #edad53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edad53


Comments

No comments written yet.

Please login to write comment.