Color Hex Logo

#daf486 Color Hex

#DAF486
(218,244,134)
0 Favorites   0 Comments

Color spaces of #daf486

RGB 218244134
HSL0.210.830.74
HSV74°45°96°
CMYK 0.110.000.45   0.04
XYZ65.567281.328034.7964
Yxy81.32800.36090.4476
Hunter Lab90.1820-28.039540.2506
CIE-Lab92.2775-24.919649.9476

#daf486 color RGB value is (218,244,134).

#daf486 hex color red value is 218, green value is 244 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #daf486 hue: 0.21 , saturation: 0.83 and the lightness value of daf486 is 0.74.

The process color (four color CMYK) of #daf486 color hex is 0.11, 0.00, 0.45, 0.04. Web safe color of #daf486 is #ccff99. Color #daf486 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110100 10000110
Octal 332 364 206
Decimal 218 244 134
Hex DA F4 86

RGB Percentages of Color #daf486

%36.58
%40.94
%22.48

CMYK Percentages of Color #daf486

%11
%0
%45
%4

Triadic Colors of #daf486

#daf486 #86daf4 #f486da

Analogous Colors of #daf486

#daf486 #a3f486 #f4d786

Monochromatic Colors of #daf486

#daf486

Complementary Color

#daf486 #a086f4

#daf486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf486 Color CSS Codes

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

#daf486 Text Font Color

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

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


#daf486 Background Color

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

This div background color is #daf486


#daf486 Border Color

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

This div border color is #daf486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf486


Comments

No comments written yet.

Please login to write comment.