Color Hex Logo

#d6ffae Color Hex

#D6FFAE
(214,255,174)
0 Favorites   0 Comments

Color spaces of #d6ffae

RGB 214255174
HSL0.251.000.84
HSV90°32°100°
CMYK 0.160.000.32   0.00
XYZ71.131588.872153.4494
Yxy88.87210.33320.4164
Hunter Lab94.2720-30.291532.3747
CIE-Lab95.5269-26.766334.5179

#d6ffae color RGB value is (214,255,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11111111 10101110
Octal 326 377 256
Decimal 214 255 174
Hex D6 FF AE

RGB Percentages of Color #d6ffae

%33.28
%39.66
%27.06

CMYK Percentages of Color #d6ffae

%16
%0
%32
%0

Triadic Colors of #d6ffae

#d6ffae #aed6ff #ffaed6

Analogous Colors of #d6ffae

#d6ffae #aeffaf #ffffae

Monochromatic Colors of #d6ffae

#d6ffae

Complementary Color

#d6ffae #d7aeff

#d6ffae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6ffae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6ffae Color CSS Codes

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

#d6ffae Text Font Color

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

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


#d6ffae Background Color

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

This div background color is #d6ffae


#d6ffae Border Color

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

This div border color is #d6ffae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,255,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6ffae


Comments

No comments written yet.

Please login to write comment.