Color Hex Logo

#daf2da Color Hex

#DAF2DA
(218,242,218)
0 Favorites   0 Comments

Color spaces of #daf2da

RGB 218242218
HSL0.330.480.90
HSV120°10°95°
CMYK 0.100.000.10   0.05
XYZ73.320583.471678.5769
Yxy83.47160.31150.3546
Hunter Lab91.3628-16.635012.9614
CIE-Lab93.2205-12.21518.9171

#daf2da color RGB value is (218,242,218).

#daf2da hex color red value is 218, green value is 242 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #daf2da hue: 0.33 , saturation: 0.48 and the lightness value of daf2da is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110010 11011010
Octal 332 362 332
Decimal 218 242 218
Hex DA F2 DA

RGB Percentages of Color #daf2da

%32.15
%35.69
%32.15

CMYK Percentages of Color #daf2da

%10
%0
%10
%5

Triadic Colors of #daf2da

#daf2da #dadaf2 #f2dada

Analogous Colors of #daf2da

#daf2da #daf2e6 #e6f2da

Monochromatic Colors of #daf2da

#daf2da

Complementary Color

#daf2da #f2daf2

#daf2da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf2da Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf2da Color CSS Codes

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

#daf2da Text Font Color

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

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


#daf2da Background Color

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

This div background color is #daf2da


#daf2da Border Color

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

This div border color is #daf2da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf2da


Comments

No comments written yet.

Please login to write comment.