Color Hex Logo

#edae09 Color Hex

#EDAE09
(237,174,9)
0 Favorites   0 Comments

Color spaces of #edae09

RGB 2371749
HSL0.120.930.48
HSV43°96°93°
CMYK 0.000.270.96   0.07
XYZ50.110448.29646.9395
Yxy48.29640.47570.4585
Hunter Lab69.49567.091642.7265
CIE-Lab75.011511.633277.0275

#edae09 color RGB value is (237,174,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101110 00001001
Octal 355 256 11
Decimal 237 174 9
Hex ED AE 9

RGB Percentages of Color #edae09

%56.43
%41.43
%2.14

CMYK Percentages of Color #edae09

%0
%27
%96
%7

Triadic Colors of #edae09

#edae09 #09edae #ae09ed

Analogous Colors of #edae09

#edae09 #baed09 #ed3c09

Monochromatic Colors of #edae09

#edae09

Complementary Color

#edae09 #0948ed

#edae09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edae09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edae09 Color CSS Codes

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

#edae09 Text Font Color

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

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


#edae09 Background Color

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

This div background color is #edae09


#edae09 Border Color

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

This div border color is #edae09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edae09


Comments

No comments written yet.

Please login to write comment.