Color Hex Logo

#daf997 Color Hex

#DAF997
(218,249,151)
0 Favorites   0 Comments

Color spaces of #daf997

RGB 218249151
HSL0.220.890.78
HSV79°39°98°
CMYK 0.120.000.39   0.02
XYZ68.375084.891242.0600
Yxy84.89120.35010.4346
Hunter Lab92.1364-28.772837.4298
CIE-Lab93.8362-25.419943.7152

#daf997 color RGB value is (218,249,151).

#daf997 hex color red value is 218, green value is 249 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #daf997 hue: 0.22 , saturation: 0.89 and the lightness value of daf997 is 0.78.

The process color (four color CMYK) of #daf997 color hex is 0.12, 0.00, 0.39, 0.02. Web safe color of #daf997 is #ccff99. Color #daf997 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111001 10010111
Octal 332 371 227
Decimal 218 249 151
Hex DA F9 97

RGB Percentages of Color #daf997

%35.28
%40.29
%24.43

CMYK Percentages of Color #daf997

%12
%0
%39
%2

Triadic Colors of #daf997

#daf997 #97daf9 #f997da

Analogous Colors of #daf997

#daf997 #a9f997 #f9e797

Monochromatic Colors of #daf997

#daf997

Complementary Color

#daf997 #b697f9

#daf997 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf997 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf997 Color CSS Codes

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

#daf997 Text Font Color

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

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


#daf997 Background Color

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

This div background color is #daf997


#daf997 Border Color

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

This div border color is #daf997


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf997


Comments

No comments written yet.

Please login to write comment.