Color Hex Logo

#edc91d Color Hex

#EDC91D
(237,201,29)
0 Favorites   0 Comments

Color spaces of #edc91d

RGB 23720129
HSL0.140.850.52
HSV50°88°93°
CMYK 0.000.150.88   0.07
XYZ56.033559.86659.7645
Yxy59.86650.44590.4764
Hunter Lab77.3734-6.134646.6790
CIE-Lab81.7656-2.153379.0400

#edc91d color RGB value is (237,201,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001001 00011101
Octal 355 311 35
Decimal 237 201 29
Hex ED C9 1D

RGB Percentages of Color #edc91d

%50.75
%43.04
%6.21

CMYK Percentages of Color #edc91d

%0
%15
%88
%7

Triadic Colors of #edc91d

#edc91d #1dedc9 #c91ded

Analogous Colors of #edc91d

#edc91d #a9ed1d #ed611d

Monochromatic Colors of #edc91d

#edc91d

Complementary Color

#edc91d #1d41ed

#edc91d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc91d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc91d Color CSS Codes

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

#edc91d Text Font Color

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

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


#edc91d Background Color

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

This div background color is #edc91d


#edc91d Border Color

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

This div border color is #edc91d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc91d


Comments

No comments written yet.

Please login to write comment.