Color Hex Logo

#d7fcaf Color Hex

#D7FCAF
(215,252,175)
0 Favorites   0 Comments

Color spaces of #d7fcaf

RGB 215252175
HSL0.250.930.84
HSV89°31°99°
CMYK 0.150.000.31   0.01
XYZ70.572687.163053.6620
Yxy87.16300.33380.4123
Hunter Lab93.3611-28.452131.2742
CIE-Lab94.8074-24.856833.0684

#d7fcaf color RGB value is (215,252,175).

#d7fcaf hex color red value is 215, green value is 252 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d7fcaf hue: 0.25 , saturation: 0.93 and the lightness value of d7fcaf is 0.84.

The process color (four color CMYK) of #d7fcaf color hex is 0.15, 0.00, 0.31, 0.01. Web safe color of #d7fcaf is #ccff99. Color #d7fcaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11111100 10101111
Octal 327 374 257
Decimal 215 252 175
Hex D7 FC AF

RGB Percentages of Color #d7fcaf

%33.49
%39.25
%27.26

CMYK Percentages of Color #d7fcaf

%15
%0
%31
%1

Triadic Colors of #d7fcaf

#d7fcaf #afd7fc #fcafd7

Analogous Colors of #d7fcaf

#d7fcaf #b1fcaf #fcfbaf

Monochromatic Colors of #d7fcaf

#d7fcaf

Complementary Color

#d7fcaf #d4affc

#d7fcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7fcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7fcaf Color CSS Codes

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

#d7fcaf Text Font Color

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

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


#d7fcaf Background Color

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

This div background color is #d7fcaf


#d7fcaf Border Color

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

This div border color is #d7fcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7fcaf


Comments

No comments written yet.

Please login to write comment.