Color Hex Logo

#d4ffac Color Hex

#D4FFAC
(212,255,172)
0 Favorites   0 Comments

Color spaces of #d4ffac

RGB 212255172
HSL0.251.000.84
HSV91°33°100°
CMYK 0.170.000.33   0.00
XYZ70.357888.495652.4028
Yxy88.49560.33300.4189
Hunter Lab94.0721-31.123632.8230
CIE-Lab95.3692-27.738435.2825

#d4ffac color RGB value is (212,255,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11111111 10101100
Octal 324 377 254
Decimal 212 255 172
Hex D4 FF AC

RGB Percentages of Color #d4ffac

%33.18
%39.91
%26.92

CMYK Percentages of Color #d4ffac

%17
%0
%33
%0

Triadic Colors of #d4ffac

#d4ffac #acd4ff #ffacd4

Analogous Colors of #d4ffac

#d4ffac #acffae #feffac

Monochromatic Colors of #d4ffac

#d4ffac

Complementary Color

#d4ffac #d7acff

#d4ffac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4ffac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4ffac Color CSS Codes

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

#d4ffac Text Font Color

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

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


#d4ffac Background Color

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

This div background color is #d4ffac


#d4ffac Border Color

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

This div border color is #d4ffac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4ffac


Comments

No comments written yet.

Please login to write comment.