Color Hex Logo

#d1fabe Color Hex

#D1FABE
(209,250,190)
0 Favorites   0 Comments

Color spaces of #d1fabe

RGB 209250190
HSL0.280.860.86
HSV101°24°98°
CMYK 0.160.000.24   0.02
XYZ69.774485.644261.5687
Yxy85.64420.32160.3947
Hunter Lab92.5442-27.370825.3359
CIE-Lab94.1600-23.779824.5459

#d1fabe color RGB value is (209,250,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11111010 10111110
Octal 321 372 276
Decimal 209 250 190
Hex D1 FA BE

RGB Percentages of Color #d1fabe

%32.20
%38.52
%29.28

CMYK Percentages of Color #d1fabe

%16
%0
%24
%2

Triadic Colors of #d1fabe

#d1fabe #bed1fa #fabed1

Analogous Colors of #d1fabe

#d1fabe #befac9 #effabe

Monochromatic Colors of #d1fabe

#d1fabe

Complementary Color

#d1fabe #e7befa

#d1fabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1fabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1fabe Color CSS Codes

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

#d1fabe Text Font Color

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

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


#d1fabe Background Color

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

This div background color is #d1fabe


#d1fabe Border Color

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

This div border color is #d1fabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1fabe


Comments

No comments written yet.

Please login to write comment.