Color Hex Logo

#eadf7d Color Hex

#EADF7D
(234,223,125)
0 Favorites   0 Comments

Color spaces of #eadf7d

RGB 234223125
HSL0.150.720.70
HSV54°47°92°
CMYK 0.000.050.47   0.08
XYZ64.021071.748429.8766
Yxy71.74840.38650.4331
Hunter Lab84.7044-13.319538.3806
CIE-Lab87.8473-9.324749.0840

#eadf7d color RGB value is (234,223,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011111 01111101
Octal 352 337 175
Decimal 234 223 125
Hex EA DF 7D

RGB Percentages of Color #eadf7d

%40.21
%38.32
%21.48

CMYK Percentages of Color #eadf7d

%0
%5
%47
%8

Triadic Colors of #eadf7d

#eadf7d #7deadf #df7dea

Analogous Colors of #eadf7d

#eadf7d #bfea7d #eaa97d

Monochromatic Colors of #eadf7d

#eadf7d

Complementary Color

#eadf7d #7d88ea

#eadf7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadf7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadf7d Color CSS Codes

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

#eadf7d Text Font Color

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

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


#eadf7d Background Color

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

This div background color is #eadf7d


#eadf7d Border Color

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

This div border color is #eadf7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadf7d


Comments

No comments written yet.

Please login to write comment.