Color Hex Logo

#daf199 Color Hex

#DAF199
(218,241,153)
0 Favorites   0 Comments

Color spaces of #daf199

RGB 218241153
HSL0.210.760.77
HSV76°37°95°
CMYK 0.100.000.37   0.05
XYZ66.118580.115942.1161
Yxy80.11590.35100.4254
Hunter Lab89.5075-24.781534.7574
CIE-Lab91.7368-21.354640.0309

#daf199 color RGB value is (218,241,153).

#daf199 hex color red value is 218, green value is 241 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #daf199 hue: 0.21 , saturation: 0.76 and the lightness value of daf199 is 0.77.

The process color (four color CMYK) of #daf199 color hex is 0.10, 0.00, 0.37, 0.05. Web safe color of #daf199 is #ccff99. Color #daf199 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110001 10011001
Octal 332 361 231
Decimal 218 241 153
Hex DA F1 99

RGB Percentages of Color #daf199

%35.62
%39.38
%25.00

CMYK Percentages of Color #daf199

%10
%0
%37
%5

Triadic Colors of #daf199

#daf199 #99daf1 #f199da

Analogous Colors of #daf199

#daf199 #aef199 #f1dc99

Monochromatic Colors of #daf199

#daf199

Complementary Color

#daf199 #b099f1

#daf199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf199 Color CSS Codes

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

#daf199 Text Font Color

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

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


#daf199 Background Color

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

This div background color is #daf199


#daf199 Border Color

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

This div border color is #daf199


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf199


Comments

No comments written yet.

Please login to write comment.