Color Hex Logo

#d2fdfb Color Hex

#D2FDFB
(210,253,251)
0 Favorites   0 Comments

Color spaces of #d2fdfb

RGB 210253251
HSL0.490.910.91
HSV177°17°99°
CMYK 0.170.000.01   0.01
XYZ79.116290.9172104.6457
Yxy90.91720.28800.3310
Hunter Lab95.3505-18.75471.6755
CIE-Lab96.3759-14.0386-3.6196

#d2fdfb color RGB value is (210,253,251).

#d2fdfb hex color red value is 210, green value is 253 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d2fdfb hue: 0.49 , saturation: 0.91 and the lightness value of d2fdfb is 0.91.

The process color (four color CMYK) of #d2fdfb color hex is 0.17, 0.00, 0.01, 0.01. Web safe color of #d2fdfb is #ccffff. Color #d2fdfb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 11111101 11111011
Octal 322 375 373
Decimal 210 253 251
Hex D2 FD FB

RGB Percentages of Color #d2fdfb

%29.41
%35.43
%35.15

CMYK Percentages of Color #d2fdfb

%17
%0
%1
%1

Triadic Colors of #d2fdfb

#d2fdfb #fbd2fd #fdfbd2

Analogous Colors of #d2fdfb

#d2fdfb #d2eafd #d2fde6

Monochromatic Colors of #d2fdfb

#d2fdfb

Complementary Color

#d2fdfb #fdd2d4

#d2fdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2fdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2fdfb Color CSS Codes

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

#d2fdfb Text Font Color

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

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


#d2fdfb Background Color

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

This div background color is #d2fdfb


#d2fdfb Border Color

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

This div border color is #d2fdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2fdfb


Comments

No comments written yet.

Please login to write comment.