Color Hex Logo

#dafbdf Color Hex

#DAFBDF
(218,251,223)
0 Favorites   0 Comments

Color spaces of #dafbdf

RGB 218251223
HSL0.360.800.92
HSV129°13°98°
CMYK 0.130.000.11   0.02
XYZ76.729989.227582.9906
Yxy89.22750.30820.3584
Hunter Lab94.4603-20.310414.0314
CIE-Lab95.6754-15.79629.8518

#dafbdf color RGB value is (218,251,223).

#dafbdf hex color red value is 218, green value is 251 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dafbdf hue: 0.36 , saturation: 0.80 and the lightness value of dafbdf is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111011 11011111
Octal 332 373 337
Decimal 218 251 223
Hex DA FB DF

RGB Percentages of Color #dafbdf

%31.50
%36.27
%32.23

CMYK Percentages of Color #dafbdf

%13
%0
%11
%2

Triadic Colors of #dafbdf

#dafbdf #dfdafb #fbdfda

Analogous Colors of #dafbdf

#dafbdf #dafbf0 #e6fbda

Monochromatic Colors of #dafbdf

#dafbdf

Complementary Color

#dafbdf #fbdaf6

#dafbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafbdf Color CSS Codes

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

#dafbdf Text Font Color

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

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


#dafbdf Background Color

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

This div background color is #dafbdf


#dafbdf Border Color

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

This div border color is #dafbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafbdf


Comments

No comments written yet.

Please login to write comment.