color codes Logo

#ead57c color codes

#EAD57C
(234,213,124)
0 Favorites   0 Comments

Color spaces of #ead57c

RGB 234213124
HSL0.130.720.70
HSV49°47°92°
CMYK 0.000.090.47   0.08
XYZ61.364066.536228.6773
Yxy66.53620.39190.4249
Hunter Lab81.5697-8.463436.2543
CIE-Lab85.2692-4.361246.4016

#ead57c color RGB value is (234,213,124).

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

The process color (four color CMYK) of #ead57c color code is 0.00, 0.09, 0.47, 0.08. Web safe color of #ead57c is #ffcc66. Color #ead57c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010101 01111100
Octal 352 325 174
Decimal 234 213 124
Hex EA D5 7C

RGB Percentages of Color #ead57c

%40.98
%37.30
%21.72

CMYK Percentages of Color #ead57c

%0
%9
%47
%8

Triadic Colors of #ead57c

#ead57c #7cead5 #d57cea

Analogous Colors of #ead57c

#ead57c #c8ea7c #ea9e7c

Monochromatic Colors of #ead57c

#ead57c

Complementary Color

#ead57c #7c91ea

#ead57c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead57c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead57c Color CSS Codes

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

#ead57c Text Font Color

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

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


#ead57c Background Color

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

This div background color is #ead57c


#ead57c Border Color

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

This div border color is #ead57c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead57c


Comments

No comments written yet.

Please login to write comment.