Color Hex Logo

#edae21 Color Hex

#EDAE21
(237,174,33)
0 Favorites   0 Comments

Color spaces of #edae21

RGB 23717433
HSL0.120.850.53
HSV41°86°93°
CMYK 0.000.270.86   0.07
XYZ50.335648.38648.1254
Yxy48.38640.47110.4529
Hunter Lab69.56037.436541.7665
CIE-Lab75.068011.993972.8113

#edae21 color RGB value is (237,174,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101110 00100001
Octal 355 256 41
Decimal 237 174 33
Hex ED AE 21

RGB Percentages of Color #edae21

%53.38
%39.19
%7.43

CMYK Percentages of Color #edae21

%0
%27
%86
%7

Triadic Colors of #edae21

#edae21 #21edae #ae21ed

Analogous Colors of #edae21

#edae21 #c6ed21 #ed4821

Monochromatic Colors of #edae21

#edae21

Complementary Color

#edae21 #2160ed

#edae21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edae21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edae21 Color CSS Codes

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

#edae21 Text Font Color

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

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


#edae21 Background Color

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

This div background color is #edae21


#edae21 Border Color

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

This div border color is #edae21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edae21


Comments

No comments written yet.

Please login to write comment.