Color Hex Logo

#eadf6f Color Hex

#EADF6F
(234,223,111)
0 Favorites   0 Comments

Color spaces of #eadf6f

RGB 234223111
HSL0.150.750.68
HSV55°53°92°
CMYK 0.000.050.53   0.08
XYZ63.188671.415525.4931
Yxy71.41550.39470.4461
Hunter Lab84.5077-14.419441.2696
CIE-Lab87.6865-10.539255.5017

#eadf6f color RGB value is (234,223,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011111 01101111
Octal 352 337 157
Decimal 234 223 111
Hex EA DF 6F

RGB Percentages of Color #eadf6f

%41.20
%39.26
%19.54

CMYK Percentages of Color #eadf6f

%0
%5
%53
%8

Triadic Colors of #eadf6f

#eadf6f #6feadf #df6fea

Analogous Colors of #eadf6f

#eadf6f #b8ea6f #eaa26f

Monochromatic Colors of #eadf6f

#eadf6f

Complementary Color

#eadf6f #6f7aea

#eadf6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadf6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadf6f Color CSS Codes

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

#eadf6f Text Font Color

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

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


#eadf6f Background Color

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

This div background color is #eadf6f


#eadf6f Border Color

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

This div border color is #eadf6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadf6f


Comments

No comments written yet.

Please login to write comment.