Color Hex Logo

#d4ffae Color Hex

#D4FFAE
(212,255,174)
0 Favorites   0 Comments

Color spaces of #d4ffae

RGB 212255174
HSL0.261.000.84
HSV92°32°100°
CMYK 0.170.000.32   0.00
XYZ70.551488.573053.4223
Yxy88.57300.33190.4167
Hunter Lab94.1132-30.886732.2240
CIE-Lab95.4017-27.463834.3286

#d4ffae color RGB value is (212,255,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11111111 10101110
Octal 324 377 256
Decimal 212 255 174
Hex D4 FF AE

RGB Percentages of Color #d4ffae

%33.07
%39.78
%27.15

CMYK Percentages of Color #d4ffae

%17
%0
%32
%0

Triadic Colors of #d4ffae

#d4ffae #aed4ff #ffaed4

Analogous Colors of #d4ffae

#d4ffae #aeffb1 #fdffae

Monochromatic Colors of #d4ffae

#d4ffae

Complementary Color

#d4ffae #d9aeff

#d4ffae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4ffae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4ffae Color CSS Codes

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

#d4ffae Text Font Color

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

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


#d4ffae Background Color

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

This div background color is #d4ffae


#d4ffae Border Color

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

This div border color is #d4ffae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4ffae

Related Colors


Comments

No comments written yet.

Please login to write comment.