Color Hex Logo

#daffcf Color Hex

#DAFFCF
(218,255,207)
1 Favorites   0 Comments

Color spaces of #daffcf

RGB 218255207
HSL0.301.000.91
HSV106°19°100°
CMYK 0.150.000.19   0.00
XYZ75.935990.930472.5806
Yxy90.93040.31710.3798
Hunter Lab95.3574-24.730821.6221
CIE-Lab96.3814-20.450619.0514

#daffcf color RGB value is (218,255,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 11001111
Octal 332 377 317
Decimal 218 255 207
Hex DA FF CF

RGB Percentages of Color #daffcf

%32.06
%37.50
%30.44

CMYK Percentages of Color #daffcf

%15
%0
%19
%0

Triadic Colors of #daffcf

#daffcf #cfdaff #ffcfda

Analogous Colors of #daffcf

#daffcf #cfffdc #f2ffcf

Monochromatic Colors of #daffcf

#daffcf

Complementary Color

#daffcf #f4cfff

#daffcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daffcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#daffcf Color CSS Codes

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

#daffcf Text Font Color

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

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


#daffcf Background Color

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

This div background color is #daffcf


#daffcf Border Color

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

This div border color is #daffcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daffcf

Related Colors

#daffcf Color Palettes


Comments

No comments written yet.

Please login to write comment.