Color Hex Logo

#d8ffdb Color Hex

#D8FFDB
(216,255,219)
0 Favorites   0 Comments

Color spaces of #d8ffdb

RGB 216255219
HSL0.351.000.92
HSV125°15°100°
CMYK 0.150.000.14   0.00
XYZ76.865191.233480.5764
Yxy91.23340.30910.3669
Hunter Lab95.5162-23.508316.8449
CIE-Lab96.5061-19.103413.0729

#d8ffdb color RGB value is (216,255,219).

#d8ffdb hex color red value is 216, green value is 255 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d8ffdb hue: 0.35 , saturation: 1.00 and the lightness value of d8ffdb is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11111111 11011011
Octal 330 377 333
Decimal 216 255 219
Hex D8 FF DB

RGB Percentages of Color #d8ffdb

%31.30
%36.96
%31.74

CMYK Percentages of Color #d8ffdb

%15
%0
%14
%0

Triadic Colors of #d8ffdb

#d8ffdb #dbd8ff #ffdbd8

Analogous Colors of #d8ffdb

#d8ffdb #d8ffef #e9ffd8

Monochromatic Colors of #d8ffdb

#d8ffdb

Complementary Color

#d8ffdb #ffd8fc

#d8ffdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8ffdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8ffdb Color CSS Codes

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

#d8ffdb Text Font Color

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

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


#d8ffdb Background Color

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

This div background color is #d8ffdb


#d8ffdb Border Color

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

This div border color is #d8ffdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,255,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8ffdb

Related Colors


Comments

No comments written yet.

Please login to write comment.