Color Hex Logo

#edaa27 Color Hex

#EDAA27
(237,170,39)
0 Favorites   0 Comments

Color spaces of #edaa27

RGB 23717039
HSL0.110.850.54
HSV40°84°93°
CMYK 0.000.280.84   0.07
XYZ49.666046.90058.3545
Yxy46.90050.47340.4470
Hunter Lab68.48399.605140.7058
CIE-Lab74.126114.252170.4033

#edaa27 color RGB value is (237,170,39).

#edaa27 hex color red value is 237, green value is 170 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #edaa27 hue: 0.11 , saturation: 0.85 and the lightness value of edaa27 is 0.54.

The process color (four color CMYK) of #edaa27 color hex is 0.00, 0.28, 0.84, 0.07. Web safe color of #edaa27 is #ff9933. Color #edaa27 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 00100111
Octal 355 252 47
Decimal 237 170 39
Hex ED AA 27

RGB Percentages of Color #edaa27

%53.14
%38.12
%8.74

CMYK Percentages of Color #edaa27

%0
%28
%84
%7

Triadic Colors of #edaa27

#edaa27 #27edaa #aa27ed

Analogous Colors of #edaa27

#edaa27 #cded27 #ed4727

Monochromatic Colors of #edaa27

#edaa27

Complementary Color

#edaa27 #276aed

#edaa27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaa27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaa27 Color CSS Codes

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

#edaa27 Text Font Color

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

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


#edaa27 Background Color

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

This div background color is #edaa27


#edaa27 Border Color

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

This div border color is #edaa27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaa27


Comments

No comments written yet.

Please login to write comment.