Color Hex Logo

#edac3d Color Hex

#EDAC3D
(237,172,61)
0 Favorites   0 Comments

Color spaces of #edac3d

RGB 23717261
HSL0.110.830.58
HSV38°74°93°
CMYK 0.000.270.74   0.07
XYZ50.519947.846510.9875
Yxy47.84650.46200.4375
Hunter Lab69.17129.319839.0019
CIE-Lab74.728013.952463.3148

#edac3d color RGB value is (237,172,61).

#edac3d hex color red value is 237, green value is 172 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #edac3d hue: 0.11 , saturation: 0.83 and the lightness value of edac3d is 0.58.

The process color (four color CMYK) of #edac3d color hex is 0.00, 0.27, 0.74, 0.07. Web safe color of #edac3d is #ff9933. Color #edac3d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101100 00111101
Octal 355 254 75
Decimal 237 172 61
Hex ED AC 3D

RGB Percentages of Color #edac3d

%50.43
%36.60
%12.98

CMYK Percentages of Color #edac3d

%0
%27
%74
%7

Triadic Colors of #edac3d

#edac3d #3dedac #ac3ded

Analogous Colors of #edac3d

#edac3d #d6ed3d #ed543d

Monochromatic Colors of #edac3d

#edac3d

Complementary Color

#edac3d #3d7eed

#edac3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edac3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edac3d Color CSS Codes

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

#edac3d Text Font Color

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

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


#edac3d Background Color

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

This div background color is #edac3d


#edac3d Border Color

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

This div border color is #edac3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edac3d


Comments

No comments written yet.

Please login to write comment.