Color Hex Logo

#edc929 Color Hex

#EDC929
(237,201,41)
0 Favorites   0 Comments

Color spaces of #edc929

RGB 23720141
HSL0.140.840.55
HSV49°83°93°
CMYK 0.000.150.83   0.07
XYZ56.211959.937910.7043
Yxy59.93790.44310.4725
Hunter Lab77.4196-5.881045.9961
CIE-Lab81.8044-1.876376.3224

#edc929 color RGB value is (237,201,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001001 00101001
Octal 355 311 51
Decimal 237 201 41
Hex ED C9 29

RGB Percentages of Color #edc929

%49.48
%41.96
%8.56

CMYK Percentages of Color #edc929

%0
%15
%83
%7

Triadic Colors of #edc929

#edc929 #29edc9 #c929ed

Analogous Colors of #edc929

#edc929 #afed29 #ed6729

Monochromatic Colors of #edc929

#edc929

Complementary Color

#edc929 #294ded

#edc929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc929 Color CSS Codes

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

#edc929 Text Font Color

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

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


#edc929 Background Color

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

This div background color is #edc929


#edc929 Border Color

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

This div border color is #edc929


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc929


Comments

No comments written yet.

Please login to write comment.