Color Hex Logo

#d1fabd Color Hex

#D1FABD
(209,250,189)
0 Favorites   0 Comments

Color spaces of #d1fabd

RGB 209250189
HSL0.280.860.86
HSV100°24°98°
CMYK 0.160.000.24   0.02
XYZ69.665485.600660.9949
Yxy85.60060.32210.3958
Hunter Lab92.5206-27.505625.6770
CIE-Lab94.1413-23.934225.0290

#d1fabd color RGB value is (209,250,189).

#d1fabd hex color red value is 209, green value is 250 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d1fabd hue: 0.28 , saturation: 0.86 and the lightness value of d1fabd is 0.86.

The process color (four color CMYK) of #d1fabd color hex is 0.16, 0.00, 0.24, 0.02. Web safe color of #d1fabd is #ccffcc. Color #d1fabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11111010 10111101
Octal 321 372 275
Decimal 209 250 189
Hex D1 FA BD

RGB Percentages of Color #d1fabd

%32.25
%38.58
%29.17

CMYK Percentages of Color #d1fabd

%16
%0
%24
%2

Triadic Colors of #d1fabd

#d1fabd #bdd1fa #fabdd1

Analogous Colors of #d1fabd

#d1fabd #bdfac8 #f0fabd

Monochromatic Colors of #d1fabd

#d1fabd

Complementary Color

#d1fabd #e6bdfa

#d1fabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1fabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1fabd Color CSS Codes

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

#d1fabd Text Font Color

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

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


#d1fabd Background Color

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

This div background color is #d1fabd


#d1fabd Border Color

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

This div border color is #d1fabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1fabd


Comments

No comments written yet.

Please login to write comment.