Color Hex Logo

#d2fafd Color Hex

#D2FAFD
(210,250,253)
0 Favorites   0 Comments

Color spaces of #d2fafd

RGB 210250253
HSL0.510.910.91
HSV184°17°99°
CMYK 0.170.010.00   0.01
XYZ78.493689.1647106.0020
Yxy89.16470.28680.3258
Hunter Lab94.4271-16.8671-0.4589
CIE-Lab95.6492-12.1431-5.7216

#d2fafd color RGB value is (210,250,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 11111010 11111101
Octal 322 372 375
Decimal 210 250 253
Hex D2 FA FD

RGB Percentages of Color #d2fafd

%29.45
%35.06
%35.48

CMYK Percentages of Color #d2fafd

%17
%1
%0
%1

Triadic Colors of #d2fafd

#d2fafd #fdd2fa #fafdd2

Analogous Colors of #d2fafd

#d2fafd #d2e5fd #d2fdeb

Monochromatic Colors of #d2fafd

#d2fafd

Complementary Color

#d2fafd #fdd5d2

#d2fafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2fafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2fafd Color CSS Codes

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

#d2fafd Text Font Color

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

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


#d2fafd Background Color

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

This div background color is #d2fafd


#d2fafd Border Color

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

This div border color is #d2fafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2fafd

Related Colors

#d2fafd Color Palettes


Comments

No comments written yet.

Please login to write comment.