Color Hex Logo

#d1fdba Color Hex

#D1FDBA
(209,253,186)
0 Favorites   0 Comments

Color spaces of #d1fdba

RGB 209253186
HSL0.280.940.86
HSV99°26°99°
CMYK 0.170.000.26   0.01
XYZ70.282787.351059.6105
Yxy87.35100.32350.4021
Hunter Lab93.4618-29.327127.6077
CIE-Lab94.8870-25.820827.5716

#d1fdba color RGB value is (209,253,186).

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

The process color (four color CMYK) of #d1fdba color hex is 0.17, 0.00, 0.26, 0.01. Web safe color of #d1fdba is #ccffcc. Color #d1fdba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11111101 10111010
Octal 321 375 272
Decimal 209 253 186
Hex D1 FD BA

RGB Percentages of Color #d1fdba

%32.25
%39.04
%28.70

CMYK Percentages of Color #d1fdba

%17
%0
%26
%1

Triadic Colors of #d1fdba

#d1fdba #bad1fd #fdbad1

Analogous Colors of #d1fdba

#d1fdba #bafdc5 #f3fdba

Monochromatic Colors of #d1fdba

#d1fdba

Complementary Color

#d1fdba #e6bafd

#d1fdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1fdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1fdba Color CSS Codes

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

#d1fdba Text Font Color

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

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


#d1fdba Background Color

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

This div background color is #d1fdba


#d1fdba Border Color

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

This div border color is #d1fdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1fdba


Comments

No comments written yet.

Please login to write comment.