Color Hex Logo

#d2fdab Color Hex

#D2FDAB
(210,253,171)
0 Favorites   0 Comments

Color spaces of #d2fdab

RGB 210253171
HSL0.250.950.83
HSV91°32°99°
CMYK 0.170.000.32   0.01
XYZ69.054386.892551.6605
Yxy86.89250.33260.4185
Hunter Lab93.2161-30.895932.3927
CIE-Lab94.6926-27.632734.8596

#d2fdab color RGB value is (210,253,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 11111101 10101011
Octal 322 375 253
Decimal 210 253 171
Hex D2 FD AB

RGB Percentages of Color #d2fdab

%33.12
%39.91
%26.97

CMYK Percentages of Color #d2fdab

%17
%0
%32
%1

Triadic Colors of #d2fdab

#d2fdab #abd2fd #fdabd2

Analogous Colors of #d2fdab

#d2fdab #abfdad #fbfdab

Monochromatic Colors of #d2fdab

#d2fdab

Complementary Color

#d2fdab #d6abfd

#d2fdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2fdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2fdab Color CSS Codes

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

#d2fdab Text Font Color

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

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


#d2fdab Background Color

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

This div background color is #d2fdab


#d2fdab Border Color

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

This div border color is #d2fdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2fdab

Related Colors


Comments

No comments written yet.

Please login to write comment.