Color Hex Logo

#edc951 Color Hex

#EDC951
(237,201,81)
4 Favorites   0 Comments

Color spaces of #edc951

RGB 23720181
HSL0.130.810.62
HSV46°66°93°
CMYK 0.000.150.66   0.07
XYZ57.296960.371916.4177
Yxy60.37190.42730.4502
Hunter Lab77.6994-4.344841.8617
CIE-Lab82.0399-0.208262.5839

#edc951 color RGB value is (237,201,81).

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

The process color (four color CMYK) of #edc951 color hex is 0.00, 0.15, 0.66, 0.07. Web safe color of #edc951 is #ffcc66. Color #edc951 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001001 01010001
Octal 355 311 121
Decimal 237 201 81
Hex ED C9 51

RGB Percentages of Color #edc951

%45.66
%38.73
%15.61

CMYK Percentages of Color #edc951

%0
%15
%66
%7

Triadic Colors of #edc951

#edc951 #51edc9 #c951ed

Analogous Colors of #edc951

#edc951 #c3ed51 #ed7b51

Monochromatic Colors of #edc951

#edc951

Complementary Color

#edc951 #5175ed

#edc951 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc951 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc951 Color CSS Codes

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

#edc951 Text Font Color

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

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


#edc951 Background Color

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

This div background color is #edc951


#edc951 Border Color

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

This div border color is #edc951


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc951


Comments

No comments written yet.

Please login to write comment.