Color Hex Logo

#dafdaa Color Hex

#DAFDAA
(218,253,170)
0 Favorites   0 Comments

Color spaces of #dafdaa

RGB 218253170
HSL0.240.950.83
HSV85°33°99°
CMYK 0.140.000.33   0.01
XYZ71.294488.058351.2695
Yxy88.05830.33850.4181
Hunter Lab93.8394-28.603733.2943
CIE-Lab95.1855-24.948236.1039

#dafdaa color RGB value is (218,253,170).

#dafdaa hex color red value is 218, green value is 253 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dafdaa hue: 0.24 , saturation: 0.95 and the lightness value of dafdaa is 0.83.

The process color (four color CMYK) of #dafdaa color hex is 0.14, 0.00, 0.33, 0.01. Web safe color of #dafdaa is #ccff99. Color #dafdaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111101 10101010
Octal 332 375 252
Decimal 218 253 170
Hex DA FD AA

RGB Percentages of Color #dafdaa

%34.01
%39.47
%26.52

CMYK Percentages of Color #dafdaa

%14
%0
%33
%1

Triadic Colors of #dafdaa

#dafdaa #aadafd #fdaada

Analogous Colors of #dafdaa

#dafdaa #b1fdaa #fdf7aa

Monochromatic Colors of #dafdaa

#dafdaa

Complementary Color

#dafdaa #cdaafd

#dafdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafdaa Color CSS Codes

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

#dafdaa Text Font Color

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

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


#dafdaa Background Color

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

This div background color is #dafdaa


#dafdaa Border Color

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

This div border color is #dafdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafdaa


Comments

No comments written yet.

Please login to write comment.