Color Hex Logo

#daf9ca Color Hex

#DAF9CA
(218,249,202)
0 Favorites   0 Comments

Color spaces of #daf9ca

RGB 218249202
HSL0.280.800.88
HSV100°19°98°
CMYK 0.120.000.19   0.02
XYZ73.449886.921168.7833
Yxy86.92110.32050.3793
Hunter Lab93.2315-22.528921.5197
CIE-Lab94.7048-18.343419.2623

#daf9ca color RGB value is (218,249,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111001 11001010
Octal 332 371 312
Decimal 218 249 202
Hex DA F9 CA

RGB Percentages of Color #daf9ca

%32.59
%37.22
%30.19

CMYK Percentages of Color #daf9ca

%12
%0
%19
%2

Triadic Colors of #daf9ca

#daf9ca #cadaf9 #f9cada

Analogous Colors of #daf9ca

#daf9ca #caf9d2 #f2f9ca

Monochromatic Colors of #daf9ca

#daf9ca

Complementary Color

#daf9ca #e9caf9

#daf9ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf9ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf9ca Color CSS Codes

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

#daf9ca Text Font Color

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

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


#daf9ca Background Color

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

This div background color is #daf9ca


#daf9ca Border Color

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

This div border color is #daf9ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf9ca


Comments

No comments written yet.

Please login to write comment.