Color Hex Logo

#daffce Color Hex

#DAFFCE
(218,255,206)
0 Favorites   0 Comments

Color spaces of #daffce

RGB 218255206
HSL0.291.000.90
HSV105°19°100°
CMYK 0.150.000.19   0.00
XYZ75.814090.881771.9386
Yxy90.88170.31770.3808
Hunter Lab95.3319-24.876221.9914
CIE-Lab96.3613-20.612519.5334

#daffce color RGB value is (218,255,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 11001110
Octal 332 377 316
Decimal 218 255 206
Hex DA FF CE

RGB Percentages of Color #daffce

%32.11
%37.56
%30.34

CMYK Percentages of Color #daffce

%15
%0
%19
%0

Triadic Colors of #daffce

#daffce #cedaff #ffceda

Analogous Colors of #daffce

#daffce #ceffdb #f3ffce

Monochromatic Colors of #daffce

#daffce

Complementary Color

#daffce #f3ceff

#daffce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daffce Color Preview on White Background

Lorem ipsum dolor sit amet.

#daffce Color CSS Codes

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

#daffce Text Font Color

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

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


#daffce Background Color

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

This div background color is #daffce


#daffce Border Color

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

This div border color is #daffce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,255,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 #daffce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daffce

#daffce Color Palettes


Comments

No comments written yet.

Please login to write comment.