Color Hex Logo

#daf97c Color Hex

#DAF97C
(218,249,124)
0 Favorites   0 Comments

Color spaces of #daf97c

RGB 218249124
HSL0.210.910.73
HSV75°50°98°
CMYK 0.120.000.50   0.02
XYZ66.427284.112031.8029
Yxy84.11200.36430.4613
Hunter Lab91.7126-31.209943.6390
CIE-Lab93.4991-28.262256.0932

#daf97c color RGB value is (218,249,124).

#daf97c hex color red value is 218, green value is 249 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #daf97c hue: 0.21 , saturation: 0.91 and the lightness value of daf97c is 0.73.

The process color (four color CMYK) of #daf97c color hex is 0.12, 0.00, 0.50, 0.02. Web safe color of #daf97c is #ccff66. Color #daf97c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111001 01111100
Octal 332 371 174
Decimal 218 249 124
Hex DA F9 7C

RGB Percentages of Color #daf97c

%36.89
%42.13
%20.98

CMYK Percentages of Color #daf97c

%12
%0
%50
%2

Triadic Colors of #daf97c

#daf97c #7cdaf9 #f97cda

Analogous Colors of #daf97c

#daf97c #9cf97c #f9da7c

Monochromatic Colors of #daf97c

#daf97c

Complementary Color

#daf97c #9b7cf9

#daf97c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf97c Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf97c Color CSS Codes

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

#daf97c Text Font Color

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

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


#daf97c Background Color

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

This div background color is #daf97c


#daf97c Border Color

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

This div border color is #daf97c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf97c


Comments

No comments written yet.

Please login to write comment.