Color Hex Logo

#edac06 Color Hex

#EDAC06
(237,172,6)
0 Favorites   0 Comments

Color spaces of #edac06

RGB 2371726
HSL0.120.950.48
HSV43°97°93°
CMYK 0.000.270.97   0.07
XYZ49.710447.52276.7251
Yxy47.52270.47820.4571
Hunter Lab68.93678.077542.4717
CIE-Lab74.522912.661777.0165

#edac06 color RGB value is (237,172,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101100 00000110
Octal 355 254 6
Decimal 237 172 6
Hex ED AC 6

RGB Percentages of Color #edac06

%57.11
%41.45
%1.45

CMYK Percentages of Color #edac06

%0
%27
%97
%7

Triadic Colors of #edac06

#edac06 #06edac #ac06ed

Analogous Colors of #edac06

#edac06 #bbed06 #ed3906

Monochromatic Colors of #edac06

#edac06

Complementary Color

#edac06 #0647ed

#edac06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edac06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edac06 Color CSS Codes

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

#edac06 Text Font Color

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

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


#edac06 Background Color

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

This div background color is #edac06


#edac06 Border Color

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

This div border color is #edac06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edac06


Comments

No comments written yet.

Please login to write comment.