Color Hex Logo

#ead17c Color Hex

#EAD17C
(234,209,124)
0 Favorites   0 Comments

Color spaces of #ead17c

RGB 234209124
HSL0.130.720.70
HSV46°47°92°
CMYK 0.000.110.47   0.08
XYZ60.370264.548628.3461
Yxy64.54860.39390.4212
Hunter Lab80.3421-6.471435.3210
CIE-Lab84.2506-2.316345.1409

#ead17c color RGB value is (234,209,124).

#ead17c hex color red value is 234, green value is 209 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ead17c hue: 0.13 , saturation: 0.72 and the lightness value of ead17c is 0.70.

The process color (four color CMYK) of #ead17c color hex is 0.00, 0.11, 0.47, 0.08. Web safe color of #ead17c is #ffcc66. Color #ead17c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010001 01111100
Octal 352 321 174
Decimal 234 209 124
Hex EA D1 7C

RGB Percentages of Color #ead17c

%41.27
%36.86
%21.87

CMYK Percentages of Color #ead17c

%0
%11
%47
%8

Triadic Colors of #ead17c

#ead17c #7cead1 #d17cea

Analogous Colors of #ead17c

#ead17c #ccea7c #ea9a7c

Monochromatic Colors of #ead17c

#ead17c

Complementary Color

#ead17c #7c95ea

#ead17c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead17c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead17c Color CSS Codes

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

#ead17c Text Font Color

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

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


#ead17c Background Color

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

This div background color is #ead17c


#ead17c Border Color

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

This div border color is #ead17c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,209,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead17c


Comments

No comments written yet.

Please login to write comment.