Color Hex Logo

#d1feaf Color Hex

#D1FEAF
(209,254,175)
0 Favorites   0 Comments

Color spaces of #d1feaf

RGB 209254175
HSL0.260.980.84
HSV94°31°100°
CMYK 0.180.000.31   0.00
XYZ69.474287.534153.7915
Yxy87.53410.32960.4152
Hunter Lab93.5597-31.181431.4034
CIE-Lab94.9644-27.894933.2121

#d1feaf color RGB value is (209,254,175).

#d1feaf hex color red value is 209, green value is 254 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d1feaf hue: 0.26 , saturation: 0.98 and the lightness value of d1feaf is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11111110 10101111
Octal 321 376 257
Decimal 209 254 175
Hex D1 FE AF

RGB Percentages of Color #d1feaf

%32.76
%39.81
%27.43

CMYK Percentages of Color #d1feaf

%18
%0
%31
%0

Triadic Colors of #d1feaf

#d1feaf #afd1fe #feafd1

Analogous Colors of #d1feaf

#d1feaf #affeb5 #f9feaf

Monochromatic Colors of #d1feaf

#d1feaf

Complementary Color

#d1feaf #dcaffe

#d1feaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1feaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1feaf Color CSS Codes

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

#d1feaf Text Font Color

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

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


#d1feaf Background Color

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

This div background color is #d1feaf


#d1feaf Border Color

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

This div border color is #d1feaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1feaf


Comments

No comments written yet.

Please login to write comment.