Color Hex Logo

#daf6da Color Hex

#DAF6DA
(218,246,218)
0 Favorites   0 Comments

Color spaces of #daf6da

RGB 218246218
HSL0.330.610.91
HSV120°11°96°
CMYK 0.110.000.11   0.04
XYZ74.524185.878978.9781
Yxy85.87890.31130.3588
Hunter Lab92.6709-18.627814.3401
CIE-Lab94.2605-14.202410.4054

#daf6da color RGB value is (218,246,218).

#daf6da hex color red value is 218, green value is 246 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #daf6da hue: 0.33 , saturation: 0.61 and the lightness value of daf6da is 0.91.

The process color (four color CMYK) of #daf6da color hex is 0.11, 0.00, 0.11, 0.04. Web safe color of #daf6da is #ccffcc. Color #daf6da contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110110 11011010
Octal 332 366 332
Decimal 218 246 218
Hex DA F6 DA

RGB Percentages of Color #daf6da

%31.96
%36.07
%31.96

CMYK Percentages of Color #daf6da

%11
%0
%11
%4

Triadic Colors of #daf6da

#daf6da #dadaf6 #f6dada

Analogous Colors of #daf6da

#daf6da #daf6e8 #e8f6da

Monochromatic Colors of #daf6da

#daf6da

Complementary Color

#daf6da #f6daf6

#daf6da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf6da Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf6da Color CSS Codes

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

#daf6da Text Font Color

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

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


#daf6da Background Color

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

This div background color is #daf6da


#daf6da Border Color

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

This div border color is #daf6da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,246,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 #daf6da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf6da


Comments

No comments written yet.

Please login to write comment.