Color Hex Logo

#d9fbda Color Hex

#D9FBDA
(217,251,218)
0 Favorites   0 Comments

Color spaces of #d9fbda

RGB 217251218
HSL0.340.810.92
HSV122°14°98°
CMYK 0.140.000.13   0.02
XYZ75.767388.808079.4780
Yxy88.80800.31050.3639
Hunter Lab94.2380-21.402615.9629
CIE-Lab95.5001-16.995812.1643

#d9fbda color RGB value is (217,251,218).

#d9fbda hex color red value is 217, green value is 251 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d9fbda hue: 0.34 , saturation: 0.81 and the lightness value of d9fbda is 0.92.

The process color (four color CMYK) of #d9fbda color hex is 0.14, 0.00, 0.13, 0.02. Web safe color of #d9fbda is #ccffcc. Color #d9fbda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11111011 11011010
Octal 331 373 332
Decimal 217 251 218
Hex D9 FB DA

RGB Percentages of Color #d9fbda

%31.63
%36.59
%31.78

CMYK Percentages of Color #d9fbda

%14
%0
%13
%2

Triadic Colors of #d9fbda

#d9fbda #dad9fb #fbdad9

Analogous Colors of #d9fbda

#d9fbda #d9fbeb #e9fbd9

Monochromatic Colors of #d9fbda

#d9fbda

Complementary Color

#d9fbda #fbd9fa

#d9fbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9fbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9fbda Color CSS Codes

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

#d9fbda Text Font Color

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

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


#d9fbda Background Color

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

This div background color is #d9fbda


#d9fbda Border Color

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

This div border color is #d9fbda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,251,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9fbda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9fbda;
  -webkit-box-shadow: 1px 1px 3px 2px #d9fbda;
  box-shadow:         1px 1px 3px 2px #d9fbda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,251,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9fbda

Related Colors


Comments

No comments written yet.

Please login to write comment.