Color Hex Logo

#edc16c Color Hex

#EDC16C
(237,193,108)
0 Favorites   0 Comments

Color spaces of #edc16c

RGB 237193108
HSL0.110.780.68
HSV40°54°93°
CMYK 0.000.190.54   0.07
XYZ56.701857.227222.2448
Yxy57.22720.41640.4203
Hunter Lab75.64871.408035.5196
CIE-Lab80.30725.792948.2539

#edc16c color RGB value is (237,193,108).

#edc16c hex color red value is 237, green value is 193 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #edc16c hue: 0.11 , saturation: 0.78 and the lightness value of edc16c is 0.68.

The process color (four color CMYK) of #edc16c color hex is 0.00, 0.19, 0.54, 0.07. Web safe color of #edc16c is #ffcc66. Color #edc16c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000001 01101100
Octal 355 301 154
Decimal 237 193 108
Hex ED C1 6C

RGB Percentages of Color #edc16c

%44.05
%35.87
%20.07

CMYK Percentages of Color #edc16c

%0
%19
%54
%7

Triadic Colors of #edc16c

#edc16c #6cedc1 #c16ced

Analogous Colors of #edc16c

#edc16c #d9ed6c #ed816c

Monochromatic Colors of #edc16c

#edc16c

Complementary Color

#edc16c #6c98ed

#edc16c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc16c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc16c Color CSS Codes

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

#edc16c Text Font Color

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

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


#edc16c Background Color

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

This div background color is #edc16c


#edc16c Border Color

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

This div border color is #edc16c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc16c


Comments

No comments written yet.

Please login to write comment.