Color Hex Logo

#d9ffbd Color Hex

#D9FFBD
(217,255,189)
0 Favorites   0 Comments

Color spaces of #d9ffbd

RGB 217255189
HSL0.261.000.87
HSV95°26°100°
CMYK 0.150.000.26   0.00
XYZ73.560689.945861.6283
Yxy89.94580.32670.3995
Hunter Lab94.8398-27.519627.8603
CIE-Lab95.9743-23.584827.6206

#d9ffbd color RGB value is (217,255,189).

#d9ffbd hex color red value is 217, green value is 255 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d9ffbd hue: 0.26 , saturation: 1.00 and the lightness value of d9ffbd is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11111111 10111101
Octal 331 377 275
Decimal 217 255 189
Hex D9 FF BD

RGB Percentages of Color #d9ffbd

%32.83
%38.58
%28.59

CMYK Percentages of Color #d9ffbd

%15
%0
%26
%0

Triadic Colors of #d9ffbd

#d9ffbd #bdd9ff #ffbdd9

Analogous Colors of #d9ffbd

#d9ffbd #bdffc2 #faffbd

Monochromatic Colors of #d9ffbd

#d9ffbd

Complementary Color

#d9ffbd #e3bdff

#d9ffbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9ffbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9ffbd Color CSS Codes

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

#d9ffbd Text Font Color

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

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


#d9ffbd Background Color

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

This div background color is #d9ffbd


#d9ffbd Border Color

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

This div border color is #d9ffbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9ffbd

Related Colors


Comments

No comments written yet.

Please login to write comment.