Color Hex Logo

#edac14 Color Hex

#EDAC14
(237,172,20)
0 Favorites   0 Comments

Color spaces of #edac14

RGB 23717220
HSL0.120.860.50
HSV42°92°93°
CMYK 0.000.270.92   0.07
XYZ49.803847.56017.2169
Yxy47.56010.47620.4548
Hunter Lab68.96388.221142.0701
CIE-Lab74.546612.811575.1754

#edac14 color RGB value is (237,172,20).

#edac14 hex color red value is 237, green value is 172 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #edac14 hue: 0.12 , saturation: 0.86 and the lightness value of edac14 is 0.50.

The process color (four color CMYK) of #edac14 color hex is 0.00, 0.27, 0.92, 0.07. Web safe color of #edac14 is #ff9900. Color #edac14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101100 00010100
Octal 355 254 24
Decimal 237 172 20
Hex ED AC 14

RGB Percentages of Color #edac14

%55.24
%40.09
%4.66

CMYK Percentages of Color #edac14

%0
%27
%92
%7

Triadic Colors of #edac14

#edac14 #14edac #ac14ed

Analogous Colors of #edac14

#edac14 #c2ed14 #ed4014

Monochromatic Colors of #edac14

#edac14

Complementary Color

#edac14 #1455ed

#edac14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edac14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edac14 Color CSS Codes

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

#edac14 Text Font Color

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

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


#edac14 Background Color

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

This div background color is #edac14


#edac14 Border Color

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

This div border color is #edac14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edac14


Comments

No comments written yet.

Please login to write comment.