Color Hex Logo

#dafdd4 Color Hex

#DAFDD4
(218,253,212)
0 Favorites   0 Comments

Color spaces of #dafdd4

RGB 218253212
HSL0.310.910.91
HSV111°16°99°
CMYK 0.140.000.16   0.01
XYZ75.922489.909575.6401
Yxy89.90950.31440.3723
Hunter Lab94.8206-23.012019.0777
CIE-Lab95.9592-18.658515.9024

#dafdd4 color RGB value is (218,253,212).

#dafdd4 hex color red value is 218, green value is 253 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #dafdd4 hue: 0.31 , saturation: 0.91 and the lightness value of dafdd4 is 0.91.

The process color (four color CMYK) of #dafdd4 color hex is 0.14, 0.00, 0.16, 0.01. Web safe color of #dafdd4 is #ccffcc. Color #dafdd4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111101 11010100
Octal 332 375 324
Decimal 218 253 212
Hex DA FD D4

RGB Percentages of Color #dafdd4

%31.92
%37.04
%31.04

CMYK Percentages of Color #dafdd4

%14
%0
%16
%1

Triadic Colors of #dafdd4

#dafdd4 #d4dafd #fdd4da

Analogous Colors of #dafdd4

#dafdd4 #d4fde3 #effdd4

Monochromatic Colors of #dafdd4

#dafdd4

Complementary Color

#dafdd4 #f7d4fd

#dafdd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafdd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafdd4 Color CSS Codes

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

#dafdd4 Text Font Color

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

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


#dafdd4 Background Color

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

This div background color is #dafdd4


#dafdd4 Border Color

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

This div border color is #dafdd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafdd4


Comments

No comments written yet.

Please login to write comment.