Color Hex Logo

#dafdce Color Hex

#DAFDCE
(218,253,206)
0 Favorites   0 Comments

Color spaces of #dafdce

RGB 218253206
HSL0.290.920.90
HSV105°19°99°
CMYK 0.140.000.19   0.01
XYZ75.179389.612271.7270
Yxy89.61220.31790.3789
Hunter Lab94.6637-23.901821.3404
CIE-Lab95.8357-19.644518.7981

#dafdce color RGB value is (218,253,206).

#dafdce hex color red value is 218, green value is 253 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dafdce hue: 0.29 , saturation: 0.92 and the lightness value of dafdce is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111101 11001110
Octal 332 375 316
Decimal 218 253 206
Hex DA FD CE

RGB Percentages of Color #dafdce

%32.20
%37.37
%30.43

CMYK Percentages of Color #dafdce

%14
%0
%19
%1

Triadic Colors of #dafdce

#dafdce #cedafd #fdceda

Analogous Colors of #dafdce

#dafdce #cefdda #f2fdce

Monochromatic Colors of #dafdce

#dafdce

Complementary Color

#dafdce #f1cefd

#dafdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafdce Color CSS Codes

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

#dafdce Text Font Color

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

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


#dafdce Background Color

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

This div background color is #dafdce


#dafdce Border Color

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

This div border color is #dafdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafdce


Comments

No comments written yet.

Please login to write comment.