Color Hex Logo

#daffca Color Hex

#DAFFCA
(218,255,202)
0 Favorites   0 Comments

Color spaces of #daffca

RGB 218255202
HSL0.281.000.90
HSV102°21°100°
CMYK 0.150.000.21   0.00
XYZ75.334190.689769.4114
Yxy90.68970.32000.3852
Hunter Lab95.2311-25.449223.4469
CIE-Lab96.2821-21.251721.4611

#daffca color RGB value is (218,255,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 11001010
Octal 332 377 312
Decimal 218 255 202
Hex DA FF CA

RGB Percentages of Color #daffca

%32.30
%37.78
%29.93

CMYK Percentages of Color #daffca

%15
%0
%21
%0

Triadic Colors of #daffca

#daffca #cadaff #ffcada

Analogous Colors of #daffca

#daffca #caffd5 #f5ffca

Monochromatic Colors of #daffca

#daffca

Complementary Color

#daffca #efcaff

#daffca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daffca Color Preview on White Background

Lorem ipsum dolor sit amet.

#daffca Color CSS Codes

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

#daffca Text Font Color

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

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


#daffca Background Color

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

This div background color is #daffca


#daffca Border Color

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

This div border color is #daffca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daffca


Comments

No comments written yet.

Please login to write comment.