Color Hex Logo

#edc73b Color Hex

#EDC73B
(237,199,59)
0 Favorites   0 Comments

Color spaces of #edc73b

RGB 23719959
HSL0.130.830.58
HSV47°75°93°
CMYK 0.000.160.75   0.07
XYZ56.137959.167112.5993
Yxy59.16710.43890.4626
Hunter Lab76.9202-4.337344.1326
CIE-Lab81.3834-0.245670.4426

#edc73b color RGB value is (237,199,59).

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

The process color (four color CMYK) of #edc73b color hex is 0.00, 0.16, 0.75, 0.07. Web safe color of #edc73b is #ffcc33. Color #edc73b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000111 00111011
Octal 355 307 73
Decimal 237 199 59
Hex ED C7 3B

RGB Percentages of Color #edc73b

%47.88
%40.20
%11.92

CMYK Percentages of Color #edc73b

%0
%16
%75
%7

Triadic Colors of #edc73b

#edc73b #3bedc7 #c73bed

Analogous Colors of #edc73b

#edc73b #baed3b #ed6e3b

Monochromatic Colors of #edc73b

#edc73b

Complementary Color

#edc73b #3b61ed

#edc73b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc73b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc73b Color CSS Codes

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

#edc73b Text Font Color

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

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


#edc73b Background Color

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

This div background color is #edc73b


#edc73b Border Color

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

This div border color is #edc73b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc73b


Comments

No comments written yet.

Please login to write comment.