Color Hex Logo

#d4fbdb Color Hex

#D4FBDB
(212,251,219)
0 Favorites   0 Comments

Color spaces of #d4fbdb

RGB 212251219
HSL0.360.830.91
HSV131°16°98°
CMYK 0.160.000.13   0.02
XYZ74.434788.105980.1008
Yxy88.10590.30680.3631
Hunter Lab93.8647-22.712915.1094
CIE-Lab95.2055-18.460011.1872

#d4fbdb color RGB value is (212,251,219).

#d4fbdb hex color red value is 212, green value is 251 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d4fbdb hue: 0.36 , saturation: 0.83 and the lightness value of d4fbdb is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11111011 11011011
Octal 324 373 333
Decimal 212 251 219
Hex D4 FB DB

RGB Percentages of Color #d4fbdb

%31.09
%36.80
%32.11

CMYK Percentages of Color #d4fbdb

%16
%0
%13
%2

Triadic Colors of #d4fbdb

#d4fbdb #dbd4fb #fbdbd4

Analogous Colors of #d4fbdb

#d4fbdb #d4fbef #e1fbd4

Monochromatic Colors of #d4fbdb

#d4fbdb

Complementary Color

#d4fbdb #fbd4f4

#d4fbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4fbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4fbdb Color CSS Codes

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

#d4fbdb Text Font Color

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

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


#d4fbdb Background Color

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

This div background color is #d4fbdb


#d4fbdb Border Color

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

This div border color is #d4fbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4fbdb


Comments

No comments written yet.

Please login to write comment.