Color Hex Logo

#edc01d Color Hex

#EDC01D
(237,192,29)
0 Favorites   0 Comments

Color spaces of #edc01d

RGB 23719229
HSL0.130.850.52
HSV47°88°93°
CMYK 0.000.190.88   0.07
XYZ53.996555.79259.0855
Yxy55.79250.45420.4693
Hunter Lab74.6944-1.677745.0743
CIE-Lab79.49562.488077.2513

#edc01d color RGB value is (237,192,29).

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

The process color (four color CMYK) of #edc01d color hex is 0.00, 0.19, 0.88, 0.07. Web safe color of #edc01d is #ffcc33. Color #edc01d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000000 00011101
Octal 355 300 35
Decimal 237 192 29
Hex ED C0 1D

RGB Percentages of Color #edc01d

%51.75
%41.92
%6.33

CMYK Percentages of Color #edc01d

%0
%19
%88
%7

Triadic Colors of #edc01d

#edc01d #1dedc0 #c01ded

Analogous Colors of #edc01d

#edc01d #b2ed1d #ed581d

Monochromatic Colors of #edc01d

#edc01d

Complementary Color

#edc01d #1d4aed

#edc01d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc01d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc01d Color CSS Codes

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

#edc01d Text Font Color

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

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


#edc01d Background Color

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

This div background color is #edc01d


#edc01d Border Color

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

This div border color is #edc01d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc01d


Comments

No comments written yet.

Please login to write comment.