Color Hex Logo

#daffcc Color Hex

#DAFFCC
(218,255,204)
0 Favorites   0 Comments

Color spaces of #daffcc

RGB 218255204
HSL0.291.000.90
HSV104°20°100°
CMYK 0.150.000.20   0.00
XYZ75.572590.785170.6669
Yxy90.78510.31880.3830
Hunter Lab95.2812-25.164522.7234
CIE-Lab96.3215-20.933820.4973

#daffcc color RGB value is (218,255,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 11001100
Octal 332 377 314
Decimal 218 255 204
Hex DA FF CC

RGB Percentages of Color #daffcc

%32.20
%37.67
%30.13

CMYK Percentages of Color #daffcc

%15
%0
%20
%0

Triadic Colors of #daffcc

#daffcc #ccdaff #ffccda

Analogous Colors of #daffcc

#daffcc #ccffd8 #f4ffcc

Monochromatic Colors of #daffcc

#daffcc

Complementary Color

#daffcc #f1ccff

#daffcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daffcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#daffcc Color CSS Codes

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

#daffcc Text Font Color

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

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


#daffcc Background Color

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

This div background color is #daffcc


#daffcc Border Color

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

This div border color is #daffcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daffcc

Related Colors

#daffcc Color Palettes


Comments

No comments written yet.

Please login to write comment.