Color Hex Logo

#d2fdaf Color Hex

#D2FDAF
(210,253,175)
0 Favorites   0 Comments

Color spaces of #d2fdaf

RGB 210253175
HSL0.260.950.84
HSV93°31°99°
CMYK 0.170.000.31   0.01
XYZ69.441587.047353.6993
Yxy87.04730.33040.4141
Hunter Lab93.2991-30.418031.1844
CIE-Lab94.7583-27.077332.9472

#d2fdaf color RGB value is (210,253,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 11111101 10101111
Octal 322 375 257
Decimal 210 253 175
Hex D2 FD AF

RGB Percentages of Color #d2fdaf

%32.92
%39.66
%27.43

CMYK Percentages of Color #d2fdaf

%17
%0
%31
%1

Triadic Colors of #d2fdaf

#d2fdaf #afd2fd #fdafd2

Analogous Colors of #d2fdaf

#d2fdaf #affdb3 #f9fdaf

Monochromatic Colors of #d2fdaf

#d2fdaf

Complementary Color

#d2fdaf #daaffd

#d2fdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2fdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2fdaf Color CSS Codes

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

#d2fdaf Text Font Color

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

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


#d2fdaf Background Color

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

This div background color is #d2fdaf


#d2fdaf Border Color

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

This div border color is #d2fdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2fdaf


Comments

No comments written yet.

Please login to write comment.