Color Hex Logo

#edd16c Color Hex

#EDD16C
(237,209,108)
0 Favorites   0 Comments

Color spaces of #edd16c

RGB 237209108
HSL0.130.780.68
HSV47°54°93°
CMYK 0.000.120.54   0.07
XYZ60.432364.688223.4883
Yxy64.68820.40670.4353
Hunter Lab80.4290-6.630338.9854
CIE-Lab84.3228-2.480253.0221

#edd16c color RGB value is (237,209,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010001 01101100
Octal 355 321 154
Decimal 237 209 108
Hex ED D1 6C

RGB Percentages of Color #edd16c

%42.78
%37.73
%19.49

CMYK Percentages of Color #edd16c

%0
%12
%54
%7

Triadic Colors of #edd16c

#edd16c #6cedd1 #d16ced

Analogous Colors of #edd16c

#edd16c #c9ed6c #ed916c

Monochromatic Colors of #edd16c

#edd16c

Complementary Color

#edd16c #6c88ed

#edd16c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd16c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd16c Color CSS Codes

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

#edd16c Text Font Color

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

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


#edd16c Background Color

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

This div background color is #edd16c


#edd16c Border Color

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

This div border color is #edd16c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd16c


Comments

No comments written yet.

Please login to write comment.