Color Hex Logo

#d0fdad Color Hex

#D0FDAD
(208,253,173)
0 Favorites   0 Comments

Color spaces of #d0fdad

RGB 208253173
HSL0.260.950.84
HSV94°32°99°
CMYK 0.180.000.32   0.01
XYZ68.680586.677652.6458
Yxy86.67760.33020.4167
Hunter Lab93.1008-31.246931.6438
CIE-Lab94.6013-28.051533.7167

#d0fdad color RGB value is (208,253,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11111101 10101101
Octal 320 375 255
Decimal 208 253 173
Hex D0 FD AD

RGB Percentages of Color #d0fdad

%32.81
%39.91
%27.29

CMYK Percentages of Color #d0fdad

%18
%0
%32
%1

Triadic Colors of #d0fdad

#d0fdad #add0fd #fdadd0

Analogous Colors of #d0fdad

#d0fdad #adfdb2 #f8fdad

Monochromatic Colors of #d0fdad

#d0fdad

Complementary Color

#d0fdad #daadfd

#d0fdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0fdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0fdad Color CSS Codes

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

#d0fdad Text Font Color

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

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


#d0fdad Background Color

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

This div background color is #d0fdad


#d0fdad Border Color

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

This div border color is #d0fdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0fdad

Related Colors


Comments

No comments written yet.

Please login to write comment.