Color Hex Logo

#daf2af Color Hex

#DAF2AF
(218,242,175)
0 Favorites   0 Comments

Color spaces of #daf2af

RGB 218242175
HSL0.230.720.82
HSV81°28°95°
CMYK 0.100.000.28   0.05
XYZ68.403481.504852.6842
Yxy81.50480.33760.4023
Hunter Lab90.2800-22.744128.5965
CIE-Lab92.3559-18.977129.8070

#daf2af color RGB value is (218,242,175).

#daf2af hex color red value is 218, green value is 242 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #daf2af hue: 0.23 , saturation: 0.72 and the lightness value of daf2af is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110010 10101111
Octal 332 362 257
Decimal 218 242 175
Hex DA F2 AF

RGB Percentages of Color #daf2af

%34.33
%38.11
%27.56

CMYK Percentages of Color #daf2af

%10
%0
%28
%5

Triadic Colors of #daf2af

#daf2af #afdaf2 #f2afda

Analogous Colors of #daf2af

#daf2af #b9f2af #f2e9af

Monochromatic Colors of #daf2af

#daf2af

Complementary Color

#daf2af #c7aff2

#daf2af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf2af Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf2af Color CSS Codes

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

#daf2af Text Font Color

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

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


#daf2af Background Color

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

This div background color is #daf2af


#daf2af Border Color

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

This div border color is #daf2af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf2af


Comments

No comments written yet.

Please login to write comment.