Color Hex Logo

#edc31f Color Hex

#EDC31F
(237,195,31)
0 Favorites   0 Comments

Color spaces of #edc31f

RGB 23719531
HSL0.130.850.53
HSV48°87°93°
CMYK 0.000.180.87   0.07
XYZ54.687557.13379.4419
Yxy57.13370.45100.4712
Hunter Lab75.5868-3.131245.5046
CIE-Lab80.25470.974777.4320

#edc31f color RGB value is (237,195,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000011 00011111
Octal 355 303 37
Decimal 237 195 31
Hex ED C3 1F

RGB Percentages of Color #edc31f

%51.19
%42.12
%6.70

CMYK Percentages of Color #edc31f

%0
%18
%87
%7

Triadic Colors of #edc31f

#edc31f #1fedc3 #c31fed

Analogous Colors of #edc31f

#edc31f #b0ed1f #ed5c1f

Monochromatic Colors of #edc31f

#edc31f

Complementary Color

#edc31f #1f49ed

#edc31f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc31f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc31f Color CSS Codes

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

#edc31f Text Font Color

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

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


#edc31f Background Color

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

This div background color is #edc31f


#edc31f Border Color

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

This div border color is #edc31f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,195,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 #edc31f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc31f


Comments

No comments written yet.

Please login to write comment.