Color Hex Logo

#d8ffae Color Hex

#D8FFAE
(216,255,174)
0 Favorites   0 Comments

Color spaces of #d8ffae

RGB 216255174
HSL0.251.000.84
HSV89°32°100°
CMYK 0.150.000.32   0.00
XYZ71.718989.174953.4769
Yxy89.17490.33460.4160
Hunter Lab94.4325-29.690932.5269
CIE-Lab95.6535-26.065534.7090

#d8ffae color RGB value is (216,255,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11111111 10101110
Octal 330 377 256
Decimal 216 255 174
Hex D8 FF AE

RGB Percentages of Color #d8ffae

%33.49
%39.53
%26.98

CMYK Percentages of Color #d8ffae

%15
%0
%32
%0

Triadic Colors of #d8ffae

#d8ffae #aed8ff #ffaed8

Analogous Colors of #d8ffae

#d8ffae #b0ffae #fffeae

Monochromatic Colors of #d8ffae

#d8ffae

Complementary Color

#d8ffae #d5aeff

#d8ffae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8ffae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8ffae Color CSS Codes

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

#d8ffae Text Font Color

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

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


#d8ffae Background Color

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

This div background color is #d8ffae


#d8ffae Border Color

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

This div border color is #d8ffae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8ffae


Comments

No comments written yet.

Please login to write comment.