Color Hex Logo

#daf849 Color Hex

#DAF849
(218,248,73)
0 Favorites   0 Comments

Color spaces of #daf849

RGB 21824873
HSL0.200.930.63
HSV70°71°97°
CMYK 0.120.000.71   0.03
XYZ63.683482.521318.8751
Yxy82.52130.38580.4999
Hunter Lab90.8412-33.836451.2695
CIE-Lab92.8045-31.463376.0772

#daf849 color RGB value is (218,248,73).

#daf849 hex color red value is 218, green value is 248 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #daf849 hue: 0.20 , saturation: 0.93 and the lightness value of daf849 is 0.63.

The process color (four color CMYK) of #daf849 color hex is 0.12, 0.00, 0.71, 0.03. Web safe color of #daf849 is #ccff33. Color #daf849 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111000 01001001
Octal 332 370 111
Decimal 218 248 73
Hex DA F8 49

RGB Percentages of Color #daf849

%40.45
%46.01
%13.54

CMYK Percentages of Color #daf849

%12
%0
%71
%3

Triadic Colors of #daf849

#daf849 #49daf8 #f849da

Analogous Colors of #daf849

#daf849 #83f849 #f8bf49

Monochromatic Colors of #daf849

#daf849

Complementary Color

#daf849 #6749f8

#daf849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf849 Color CSS Codes

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

#daf849 Text Font Color

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

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


#daf849 Background Color

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

This div background color is #daf849


#daf849 Border Color

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

This div border color is #daf849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf849

Related Colors


Comments

No comments written yet.

Please login to write comment.