Color Hex Logo

#edac2d Color Hex

#EDAC2D
(237,172,45)
0 Favorites   0 Comments

Color spaces of #edac2d

RGB 23717245
HSL0.110.840.55
HSV40°81°93°
CMYK 0.000.270.81   0.07
XYZ50.151247.69909.0462
Yxy47.69900.46920.4462
Hunter Lab69.06458.755140.5792
CIE-Lab74.634713.367068.9966

#edac2d color RGB value is (237,172,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101100 00101101
Octal 355 254 55
Decimal 237 172 45
Hex ED AC 2D

RGB Percentages of Color #edac2d

%52.20
%37.89
%9.91

CMYK Percentages of Color #edac2d

%0
%27
%81
%7

Triadic Colors of #edac2d

#edac2d #2dedac #ac2ded

Analogous Colors of #edac2d

#edac2d #ceed2d #ed4c2d

Monochromatic Colors of #edac2d

#edac2d

Complementary Color

#edac2d #2d6eed

#edac2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edac2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edac2d Color CSS Codes

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

#edac2d Text Font Color

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

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


#edac2d Background Color

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

This div background color is #edac2d


#edac2d Border Color

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

This div border color is #edac2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edac2d


Comments

No comments written yet.

Please login to write comment.