Color Hex Logo

#edae22 Color Hex

#EDAE22
(237,174,34)
0 Favorites   0 Comments

Color spaces of #edae22

RGB 23717434
HSL0.110.850.53
HSV41°86°93°
CMYK 0.000.270.86   0.07
XYZ50.349848.39218.2003
Yxy48.39210.47080.4525
Hunter Lab69.56447.458141.7060
CIE-Lab75.071612.016572.5595

#edae22 color RGB value is (237,174,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101110 00100010
Octal 355 256 42
Decimal 237 174 34
Hex ED AE 22

RGB Percentages of Color #edae22

%53.26
%39.10
%7.64

CMYK Percentages of Color #edae22

%0
%27
%86
%7

Triadic Colors of #edae22

#edae22 #22edae #ae22ed

Analogous Colors of #edae22

#edae22 #c7ed22 #ed4822

Monochromatic Colors of #edae22

#edae22

Complementary Color

#edae22 #2261ed

#edae22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edae22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edae22 Color CSS Codes

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

#edae22 Text Font Color

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

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


#edae22 Background Color

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

This div background color is #edae22


#edae22 Border Color

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

This div border color is #edae22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edae22


Comments

No comments written yet.

Please login to write comment.