Color Hex Logo

#daee86 Color Hex

#DAEE86
(218,238,134)
0 Favorites   0 Comments

Color spaces of #daee86

RGB 218238134
HSL0.200.750.73
HSV72°44°93°
CMYK 0.080.000.44   0.07
XYZ63.791177.775734.2043
Yxy77.77570.36290.4425
Hunter Lab88.1905-25.218538.7380
CIE-Lab90.6775-22.048747.9690

#daee86 color RGB value is (218,238,134).

#daee86 hex color red value is 218, green value is 238 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #daee86 hue: 0.20 , saturation: 0.75 and the lightness value of daee86 is 0.73.

The process color (four color CMYK) of #daee86 color hex is 0.08, 0.00, 0.44, 0.07. Web safe color of #daee86 is #ccff99. Color #daee86 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101110 10000110
Octal 332 356 206
Decimal 218 238 134
Hex DA EE 86

RGB Percentages of Color #daee86

%36.95
%40.34
%22.71

CMYK Percentages of Color #daee86

%8
%0
%44
%7

Triadic Colors of #daee86

#daee86 #86daee #ee86da

Analogous Colors of #daee86

#daee86 #a6ee86 #eece86

Monochromatic Colors of #daee86

#daee86

Complementary Color

#daee86 #9a86ee

#daee86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daee86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daee86 Color CSS Codes

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

#daee86 Text Font Color

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

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


#daee86 Background Color

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

This div background color is #daee86


#daee86 Border Color

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

This div border color is #daee86


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,238,134, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daee86


Comments

No comments written yet.

Please login to write comment.