Color Hex Logo

#edc21f Color Hex

#EDC21F
(237,194,31)
0 Favorites   0 Comments

Color spaces of #edc21f

RGB 23719431
HSL0.130.850.53
HSV47°87°93°
CMYK 0.000.180.87   0.07
XYZ54.464256.68709.3674
Yxy56.68700.45190.4704
Hunter Lab75.2908-2.634745.3269
CIE-Lab80.00321.492077.2318

#edc21f color RGB value is (237,194,31).

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

The process color (four color CMYK) of #edc21f color hex is 0.00, 0.18, 0.87, 0.07. Web safe color of #edc21f is #ffcc33. Color #edc21f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000010 00011111
Octal 355 302 37
Decimal 237 194 31
Hex ED C2 1F

RGB Percentages of Color #edc21f

%51.30
%41.99
%6.71

CMYK Percentages of Color #edc21f

%0
%18
%87
%7

Triadic Colors of #edc21f

#edc21f #1fedc2 #c21fed

Analogous Colors of #edc21f

#edc21f #b1ed1f #ed5b1f

Monochromatic Colors of #edc21f

#edc21f

Complementary Color

#edc21f #1f4aed

#edc21f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc21f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc21f Color CSS Codes

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

#edc21f Text Font Color

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

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


#edc21f Background Color

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

This div background color is #edc21f


#edc21f Border Color

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

This div border color is #edc21f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc21f


Comments

No comments written yet.

Please login to write comment.