Color Hex Logo

#edac53 Color Hex

#EDAC53
(237,172,83)
0 Favorites   0 Comments

Color spaces of #edac53

RGB 23717283
HSL0.100.810.63
HSV35°65°93°
CMYK 0.000.270.65   0.07
XYZ51.238948.134114.7738
Yxy48.13410.44890.4217
Hunter Lab69.378710.416435.9397
CIE-Lab74.909415.082853.9686

#edac53 color RGB value is (237,172,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101100 01010011
Octal 355 254 123
Decimal 237 172 83
Hex ED AC 53

RGB Percentages of Color #edac53

%48.17
%34.96
%16.87

CMYK Percentages of Color #edac53

%0
%27
%65
%7

Triadic Colors of #edac53

#edac53 #53edac #ac53ed

Analogous Colors of #edac53

#edac53 #e1ed53 #ed5f53

Monochromatic Colors of #edac53

#edac53

Complementary Color

#edac53 #5394ed

#edac53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edac53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edac53 Color CSS Codes

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

#edac53 Text Font Color

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

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


#edac53 Background Color

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

This div background color is #edac53


#edac53 Border Color

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

This div border color is #edac53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edac53


Comments

No comments written yet.

Please login to write comment.