Color Hex Logo

#daf9de Color Hex

#DAF9DE
(218,249,222)
0 Favorites   0 Comments

Color spaces of #daf9de

RGB 218249222
HSL0.350.720.92
HSV128°12°98°
CMYK 0.120.000.11   0.02
XYZ75.973987.930782.0753
Yxy87.93070.30890.3575
Hunter Lab93.7714-19.478613.7452
CIE-Lab95.1318-14.98699.5886

#daf9de color RGB value is (218,249,222).

#daf9de hex color red value is 218, green value is 249 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #daf9de hue: 0.35 , saturation: 0.72 and the lightness value of daf9de is 0.92.

The process color (four color CMYK) of #daf9de color hex is 0.12, 0.00, 0.11, 0.02. Web safe color of #daf9de is #ccffcc. Color #daf9de contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111001 11011110
Octal 332 371 336
Decimal 218 249 222
Hex DA F9 DE

RGB Percentages of Color #daf9de

%31.64
%36.14
%32.22

CMYK Percentages of Color #daf9de

%12
%0
%11
%2

Triadic Colors of #daf9de

#daf9de #dedaf9 #f9deda

Analogous Colors of #daf9de

#daf9de #daf9ee #e6f9da

Monochromatic Colors of #daf9de

#daf9de

Complementary Color

#daf9de #f9daf5

#daf9de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf9de Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf9de Color CSS Codes

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

#daf9de Text Font Color

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

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


#daf9de Background Color

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

This div background color is #daf9de


#daf9de Border Color

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

This div border color is #daf9de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf9de

Related Colors


Comments

No comments written yet.

Please login to write comment.