Color Hex Logo

#d6ffad Color Hex

#D6FFAD
(214,255,173)
0 Favorites   0 Comments

Color spaces of #d6ffad

RGB 214255173
HSL0.251.000.84
HSV90°32°100°
CMYK 0.160.000.32   0.00
XYZ71.034488.833352.9378
Yxy88.83330.33380.4174
Hunter Lab94.2514-30.410032.6748
CIE-Lab95.5107-26.903034.9949

#d6ffad color RGB value is (214,255,173).

#d6ffad hex color red value is 214, green value is 255 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d6ffad hue: 0.25 , saturation: 1.00 and the lightness value of d6ffad is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11111111 10101101
Octal 326 377 255
Decimal 214 255 173
Hex D6 FF AD

RGB Percentages of Color #d6ffad

%33.33
%39.72
%26.95

CMYK Percentages of Color #d6ffad

%16
%0
%32
%0

Triadic Colors of #d6ffad

#d6ffad #add6ff #ffadd6

Analogous Colors of #d6ffad

#d6ffad #adffad #ffffad

Monochromatic Colors of #d6ffad

#d6ffad

Complementary Color

#d6ffad #d6adff

#d6ffad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6ffad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6ffad Color CSS Codes

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

#d6ffad Text Font Color

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

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


#d6ffad Background Color

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

This div background color is #d6ffad


#d6ffad Border Color

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

This div border color is #d6ffad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6ffad

#d6ffad Color Palettes


Comments

No comments written yet.

Please login to write comment.