Color Hex Logo

#d2fbdb Color Hex

#D2FBDB
(210,251,219)
0 Favorites   0 Comments

Color spaces of #d2fbdb

RGB 210251219
HSL0.370.840.90
HSV133°16°98°
CMYK 0.160.000.13   0.02
XYZ73.861787.810580.0740
Yxy87.81050.30550.3632
Hunter Lab93.7073-23.290914.9310
CIE-Lab95.0811-19.109310.9928

#d2fbdb color RGB value is (210,251,219).

#d2fbdb hex color red value is 210, green value is 251 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d2fbdb hue: 0.37 , saturation: 0.84 and the lightness value of d2fbdb is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 11111011 11011011
Octal 322 373 333
Decimal 210 251 219
Hex D2 FB DB

RGB Percentages of Color #d2fbdb

%30.88
%36.91
%32.21

CMYK Percentages of Color #d2fbdb

%16
%0
%13
%2

Triadic Colors of #d2fbdb

#d2fbdb #dbd2fb #fbdbd2

Analogous Colors of #d2fbdb

#d2fbdb #d2fbf0 #defbd2

Monochromatic Colors of #d2fbdb

#d2fbdb

Complementary Color

#d2fbdb #fbd2f2

#d2fbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2fbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2fbdb Color CSS Codes

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

#d2fbdb Text Font Color

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

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


#d2fbdb Background Color

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

This div background color is #d2fbdb


#d2fbdb Border Color

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

This div border color is #d2fbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2fbdb


Comments

No comments written yet.

Please login to write comment.