Color Hex Logo

#ead47d Color Hex

#EAD47D
(234,212,125)
0 Favorites   0 Comments

Color spaces of #ead47d

RGB 234212125
HSL0.130.720.70
HSV48°47°92°
CMYK 0.000.090.47   0.08
XYZ61.176866.060128.9285
Yxy66.06010.39170.4230
Hunter Lab81.2774-7.879935.7915
CIE-Lab85.0271-3.757445.6110

#ead47d color RGB value is (234,212,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010100 01111101
Octal 352 324 175
Decimal 234 212 125
Hex EA D4 7D

RGB Percentages of Color #ead47d

%40.98
%37.13
%21.89

CMYK Percentages of Color #ead47d

%0
%9
%47
%8

Triadic Colors of #ead47d

#ead47d #7dead4 #d47dea

Analogous Colors of #ead47d

#ead47d #caea7d #ea9e7d

Monochromatic Colors of #ead47d

#ead47d

Complementary Color

#ead47d #7d93ea

#ead47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead47d Color CSS Codes

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

#ead47d Text Font Color

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

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


#ead47d Background Color

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

This div background color is #ead47d


#ead47d Border Color

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

This div border color is #ead47d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead47d


Comments

No comments written yet.

Please login to write comment.