Color Hex Logo

#d2f5fd Color Hex

#D2F5FD
(210,245,253)
0 Favorites   0 Comments

Color spaces of #d2f5fd

RGB 210245253
HSL0.530.910.91
HSV191°17°99°
CMYK 0.170.030.00   0.01
XYZ76.960486.0983105.4909
Yxy86.09830.28660.3206
Hunter Lab92.7892-14.3311-2.4537
CIE-Lab94.3544-9.6363-7.6350

#d2f5fd color RGB value is (210,245,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 11110101 11111101
Octal 322 365 375
Decimal 210 245 253
Hex D2 F5 FD

RGB Percentages of Color #d2f5fd

%29.66
%34.60
%35.73

CMYK Percentages of Color #d2f5fd

%17
%3
%0
%1

Triadic Colors of #d2f5fd

#d2f5fd #fdd2f5 #f5fdd2

Analogous Colors of #d2f5fd

#d2f5fd #d2e0fd #d2fdf0

Monochromatic Colors of #d2f5fd

#d2f5fd

Complementary Color

#d2f5fd #fddad2

#d2f5fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2f5fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2f5fd Color CSS Codes

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

#d2f5fd Text Font Color

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

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


#d2f5fd Background Color

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

This div background color is #d2f5fd


#d2f5fd Border Color

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

This div border color is #d2f5fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2f5fd

Related Colors


Comments

No comments written yet.

Please login to write comment.