Color Hex Logo

#daf773 Color Hex

#DAF773
(218,247,115)
0 Favorites   0 Comments

Color spaces of #daf773

RGB 218247115
HSL0.200.890.71
HSV73°53°97°
CMYK 0.120.000.53   0.03
XYZ65.268782.664828.7355
Yxy82.66480.36940.4679
Hunter Lab90.9202-30.970944.9054
CIE-Lab92.8675-28.134359.4155

#daf773 color RGB value is (218,247,115).

#daf773 hex color red value is 218, green value is 247 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #daf773 hue: 0.20 , saturation: 0.89 and the lightness value of daf773 is 0.71.

The process color (four color CMYK) of #daf773 color hex is 0.12, 0.00, 0.53, 0.03. Web safe color of #daf773 is #ccff66. Color #daf773 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110111 01110011
Octal 332 367 163
Decimal 218 247 115
Hex DA F7 73

RGB Percentages of Color #daf773

%37.59
%42.59
%19.83

CMYK Percentages of Color #daf773

%12
%0
%53
%3

Triadic Colors of #daf773

#daf773 #73daf7 #f773da

Analogous Colors of #daf773

#daf773 #98f773 #f7d273

Monochromatic Colors of #daf773

#daf773

Complementary Color

#daf773 #9073f7

#daf773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf773 Color CSS Codes

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

#daf773 Text Font Color

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

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


#daf773 Background Color

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

This div background color is #daf773


#daf773 Border Color

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

This div border color is #daf773


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf773


Comments

No comments written yet.

Please login to write comment.