Color Hex Logo

#d4faaf Color Hex

#D4FAAF
(212,250,175)
0 Favorites   0 Comments

Color spaces of #d4faaf

RGB 212250175
HSL0.250.880.83
HSV90°30°98°
CMYK 0.150.000.30   0.02
XYZ69.074885.463453.4129
Yxy85.46340.33220.4110
Hunter Lab92.4464-28.408330.4564
CIE-Lab94.0824-24.958032.0633

#d4faaf color RGB value is (212,250,175).

#d4faaf hex color red value is 212, green value is 250 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d4faaf hue: 0.25 , saturation: 0.88 and the lightness value of d4faaf is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11111010 10101111
Octal 324 372 257
Decimal 212 250 175
Hex D4 FA AF

RGB Percentages of Color #d4faaf

%33.28
%39.25
%27.47

CMYK Percentages of Color #d4faaf

%15
%0
%30
%2

Triadic Colors of #d4faaf

#d4faaf #afd4fa #faafd4

Analogous Colors of #d4faaf

#d4faaf #affab0 #fafaaf

Monochromatic Colors of #d4faaf

#d4faaf

Complementary Color

#d4faaf #d5affa

#d4faaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4faaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4faaf Color CSS Codes

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

#d4faaf Text Font Color

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

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


#d4faaf Background Color

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

This div background color is #d4faaf


#d4faaf Border Color

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

This div border color is #d4faaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4faaf


Comments

No comments written yet.

Please login to write comment.