Color Hex Logo

#d2fdad Color Hex

#D2FDAD
(210,253,173)
0 Favorites   0 Comments

Color spaces of #d2fdad

RGB 210253173
HSL0.260.950.84
HSV92°32°99°
CMYK 0.170.000.32   0.01
XYZ69.246486.969352.6722
Yxy86.96930.33150.4163
Hunter Lab93.2573-30.658731.7928
CIE-Lab94.7252-27.356833.9041

#d2fdad color RGB value is (210,253,173).

#d2fdad hex color red value is 210, green value is 253 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d2fdad hue: 0.26 , saturation: 0.95 and the lightness value of d2fdad is 0.84.

The process color (four color CMYK) of #d2fdad color hex is 0.17, 0.00, 0.32, 0.01. Web safe color of #d2fdad is #ccff99. Color #d2fdad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 11111101 10101101
Octal 322 375 255
Decimal 210 253 173
Hex D2 FD AD

RGB Percentages of Color #d2fdad

%33.02
%39.78
%27.20

CMYK Percentages of Color #d2fdad

%17
%0
%32
%1

Triadic Colors of #d2fdad

#d2fdad #add2fd #fdadd2

Analogous Colors of #d2fdad

#d2fdad #adfdb0 #fafdad

Monochromatic Colors of #d2fdad

#d2fdad

Complementary Color

#d2fdad #d8adfd

#d2fdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2fdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2fdad Color CSS Codes

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

#d2fdad Text Font Color

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

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


#d2fdad Background Color

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

This div background color is #d2fdad


#d2fdad Border Color

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

This div border color is #d2fdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2fdad

Related Colors


Comments

No comments written yet.

Please login to write comment.