Color Hex Logo

#dafcc8 Color Hex

#DAFCC8
(218,252,200)
0 Favorites   0 Comments

Color spaces of #dafcc8

RGB 218252200
HSL0.280.900.89
HSV99°21°99°
CMYK 0.130.000.21   0.01
XYZ74.149288.696467.8556
Yxy88.69640.32140.3845
Hunter Lab94.1788-24.275523.2068
CIE-Lab95.4534-20.118421.3280

#dafcc8 color RGB value is (218,252,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111100 11001000
Octal 332 374 310
Decimal 218 252 200
Hex DA FC C8

RGB Percentages of Color #dafcc8

%32.54
%37.61
%29.85

CMYK Percentages of Color #dafcc8

%13
%0
%21
%1

Triadic Colors of #dafcc8

#dafcc8 #c8dafc #fcc8da

Analogous Colors of #dafcc8

#dafcc8 #c8fcd0 #f4fcc8

Monochromatic Colors of #dafcc8

#dafcc8

Complementary Color

#dafcc8 #eac8fc

#dafcc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafcc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafcc8 Color CSS Codes

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

#dafcc8 Text Font Color

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

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


#dafcc8 Background Color

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

This div background color is #dafcc8


#dafcc8 Border Color

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

This div border color is #dafcc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafcc8


Comments

No comments written yet.

Please login to write comment.