Color Hex Logo

#d7faaf Color Hex

#D7FAAF
(215,250,175)
0 Favorites   0 Comments

Color spaces of #d7faaf

RGB 215250175
HSL0.240.880.83
HSV88°30°98°
CMYK 0.140.000.30   0.02
XYZ69.947885.913453.4538
Yxy85.91340.33420.4105
Hunter Lab92.6895-27.502230.6902
CIE-Lab94.2753-23.903532.3556

#d7faaf color RGB value is (215,250,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11111010 10101111
Octal 327 372 257
Decimal 215 250 175
Hex D7 FA AF

RGB Percentages of Color #d7faaf

%33.59
%39.06
%27.34

CMYK Percentages of Color #d7faaf

%14
%0
%30
%2

Triadic Colors of #d7faaf

#d7faaf #afd7fa #faafd7

Analogous Colors of #d7faaf

#d7faaf #b2faaf #faf8af

Monochromatic Colors of #d7faaf

#d7faaf

Complementary Color

#d7faaf #d2affa

#d7faaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7faaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7faaf Color CSS Codes

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

#d7faaf Text Font Color

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

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


#d7faaf Background Color

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

This div background color is #d7faaf


#d7faaf Border Color

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

This div border color is #d7faaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7faaf

#d7faaf Color Palettes


Comments

No comments written yet.

Please login to write comment.