Color Hex Logo

#daf456 Color Hex

#DAF456
(218,244,86)
0 Favorites   0 Comments

Color spaces of #daf456

RGB 21824486
HSL0.190.880.65
HSV70°65°96°
CMYK 0.110.000.65   0.04
XYZ62.943880.278720.9819
Yxy80.27870.38330.4889
Hunter Lab89.5984-31.399148.8345
CIE-Lab91.8098-28.876270.3586

#daf456 color RGB value is (218,244,86).

#daf456 hex color red value is 218, green value is 244 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #daf456 hue: 0.19 , saturation: 0.88 and the lightness value of daf456 is 0.65.

The process color (four color CMYK) of #daf456 color hex is 0.11, 0.00, 0.65, 0.04. Web safe color of #daf456 is #ccff66. Color #daf456 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110100 01010110
Octal 332 364 126
Decimal 218 244 86
Hex DA F4 56

RGB Percentages of Color #daf456

%39.78
%44.53
%15.69

CMYK Percentages of Color #daf456

%11
%0
%65
%4

Triadic Colors of #daf456

#daf456 #56daf4 #f456da

Analogous Colors of #daf456

#daf456 #8bf456 #f4bf56

Monochromatic Colors of #daf456

#daf456

Complementary Color

#daf456 #7056f4

#daf456 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf456 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf456 Color CSS Codes

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

#daf456 Text Font Color

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

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


#daf456 Background Color

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

This div background color is #daf456


#daf456 Border Color

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

This div border color is #daf456


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf456


Comments

No comments written yet.

Please login to write comment.