Color Hex Logo

#d5ffae Color Hex

#D5FFAE
(213,255,174)
0 Favorites   0 Comments

Color spaces of #d5ffae

RGB 213255174
HSL0.251.000.84
HSV91°32°100°
CMYK 0.160.000.32   0.00
XYZ70.840688.722153.4358
Yxy88.72210.33260.4165
Hunter Lab94.1924-30.589732.2992
CIE-Lab95.4642-27.115334.4230

#d5ffae color RGB value is (213,255,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11111111 10101110
Octal 325 377 256
Decimal 213 255 174
Hex D5 FF AE

RGB Percentages of Color #d5ffae

%33.18
%39.72
%27.10

CMYK Percentages of Color #d5ffae

%16
%0
%32
%0

Triadic Colors of #d5ffae

#d5ffae #aed5ff #ffaed5

Analogous Colors of #d5ffae

#d5ffae #aeffb0 #feffae

Monochromatic Colors of #d5ffae

#d5ffae

Complementary Color

#d5ffae #d8aeff

#d5ffae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5ffae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5ffae Color CSS Codes

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

#d5ffae Text Font Color

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

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


#d5ffae Background Color

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

This div background color is #d5ffae


#d5ffae Border Color

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

This div border color is #d5ffae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5ffae

Related Colors


Comments

No comments written yet.

Please login to write comment.