Color Hex Logo

#dafcd2 Color Hex

#DAFCD2
(218,252,210)
0 Favorites   0 Comments

Color spaces of #dafcd2

RGB 218252210
HSL0.300.880.91
HSV109°17°99°
CMYK 0.130.000.17   0.01
XYZ75.356789.179474.2144
Yxy89.17940.31560.3735
Hunter Lab94.4348-22.822319.5096
CIE-Lab95.6553-18.503816.4984

#dafcd2 color RGB value is (218,252,210).

#dafcd2 hex color red value is 218, green value is 252 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #dafcd2 hue: 0.30 , saturation: 0.88 and the lightness value of dafcd2 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111100 11010010
Octal 332 374 322
Decimal 218 252 210
Hex DA FC D2

RGB Percentages of Color #dafcd2

%32.06
%37.06
%30.88

CMYK Percentages of Color #dafcd2

%13
%0
%17
%1

Triadic Colors of #dafcd2

#dafcd2 #d2dafc #fcd2da

Analogous Colors of #dafcd2

#dafcd2 #d2fcdf #effcd2

Monochromatic Colors of #dafcd2

#dafcd2

Complementary Color

#dafcd2 #f4d2fc

#dafcd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafcd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafcd2 Color CSS Codes

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

#dafcd2 Text Font Color

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

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


#dafcd2 Background Color

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

This div background color is #dafcd2


#dafcd2 Border Color

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

This div border color is #dafcd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafcd2


Comments

No comments written yet.

Please login to write comment.