Color Hex Logo

#dafcc9 Color Hex

#DAFCC9
(218,252,201)
0 Favorites   0 Comments

Color spaces of #dafcc9

RGB 218252201
HSL0.280.890.89
HSV100°20°99°
CMYK 0.130.000.20   0.01
XYZ74.266588.743368.4732
Yxy88.74330.32080.3834
Hunter Lab94.2037-24.134022.8468
CIE-Lab95.4730-19.960520.8451

#dafcc9 color RGB value is (218,252,201).

#dafcc9 hex color red value is 218, green value is 252 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #dafcc9 hue: 0.28 , saturation: 0.89 and the lightness value of dafcc9 is 0.89.

The process color (four color CMYK) of #dafcc9 color hex is 0.13, 0.00, 0.20, 0.01. Web safe color of #dafcc9 is #ccffcc. Color #dafcc9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111100 11001001
Octal 332 374 311
Decimal 218 252 201
Hex DA FC C9

RGB Percentages of Color #dafcc9

%32.49
%37.56
%29.96

CMYK Percentages of Color #dafcc9

%13
%0
%20
%1

Triadic Colors of #dafcc9

#dafcc9 #c9dafc #fcc9da

Analogous Colors of #dafcc9

#dafcc9 #c9fcd2 #f4fcc9

Monochromatic Colors of #dafcc9

#dafcc9

Complementary Color

#dafcc9 #ebc9fc

#dafcc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafcc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafcc9 Color CSS Codes

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

#dafcc9 Text Font Color

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

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


#dafcc9 Background Color

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

This div background color is #dafcc9


#dafcc9 Border Color

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

This div border color is #dafcc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafcc9


Comments

No comments written yet.

Please login to write comment.