Color Hex Logo

#dae86f Color Hex

#DAE86F
(218,232,111)
0 Favorites   0 Comments

Color spaces of #dae86f

RGB 218232111
HSL0.190.720.67
HSV67°52°91°
CMYK 0.060.000.52   0.09
XYZ60.639373.766326.0812
Yxy73.76630.37780.4596
Hunter Lab85.8873-24.275842.1167
CIE-Lab88.8119-21.339556.5014

#dae86f color RGB value is (218,232,111).

#dae86f hex color red value is 218, green value is 232 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #dae86f hue: 0.19 , saturation: 0.72 and the lightness value of dae86f is 0.67.

The process color (four color CMYK) of #dae86f color hex is 0.06, 0.00, 0.52, 0.09. Web safe color of #dae86f is #ccff66. Color #dae86f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101000 01101111
Octal 332 350 157
Decimal 218 232 111
Hex DA E8 6F

RGB Percentages of Color #dae86f

%38.86
%41.35
%19.79

CMYK Percentages of Color #dae86f

%6
%0
%52
%9

Triadic Colors of #dae86f

#dae86f #6fdae8 #e86fda

Analogous Colors of #dae86f

#dae86f #9ee86f #e8ba6f

Monochromatic Colors of #dae86f

#dae86f

Complementary Color

#dae86f #7d6fe8

#dae86f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae86f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae86f Color CSS Codes

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

#dae86f Text Font Color

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

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


#dae86f Background Color

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

This div background color is #dae86f


#dae86f Border Color

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

This div border color is #dae86f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae86f


Comments

No comments written yet.

Please login to write comment.