Color Hex Logo

#edc93f Color Hex

#EDC93F
(237,201,63)
0 Favorites   0 Comments

Color spaces of #edc93f

RGB 23720163
HSL0.130.830.59
HSV48°73°93°
CMYK 0.000.150.73   0.07
XYZ56.708960.136713.3213
Yxy60.13670.43570.4620
Hunter Lab77.5479-5.176044.0986
CIE-Lab81.9124-1.108669.5276

#edc93f color RGB value is (237,201,63).

#edc93f hex color red value is 237, green value is 201 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #edc93f hue: 0.13 , saturation: 0.83 and the lightness value of edc93f is 0.59.

The process color (four color CMYK) of #edc93f color hex is 0.00, 0.15, 0.73, 0.07. Web safe color of #edc93f is #ffcc33. Color #edc93f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001001 00111111
Octal 355 311 77
Decimal 237 201 63
Hex ED C9 3F

RGB Percentages of Color #edc93f

%47.31
%40.12
%12.57

CMYK Percentages of Color #edc93f

%0
%15
%73
%7

Triadic Colors of #edc93f

#edc93f #3fedc9 #c93fed

Analogous Colors of #edc93f

#edc93f #baed3f #ed723f

Monochromatic Colors of #edc93f

#edc93f

Complementary Color

#edc93f #3f63ed

#edc93f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc93f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc93f Color CSS Codes

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

#edc93f Text Font Color

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

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


#edc93f Background Color

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

This div background color is #edc93f


#edc93f Border Color

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

This div border color is #edc93f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc93f


Comments

No comments written yet.

Please login to write comment.