Color Hex Logo

#d2fafc Color Hex

#D2FAFC
(210,250,252)
0 Favorites   0 Comments

Color spaces of #d2fafc

RGB 210250252
HSL0.510.880.91
HSV183°17°99°
CMYK 0.170.010.00   0.01
XYZ78.334689.1011105.1650
Yxy89.10110.28740.3269
Hunter Lab94.3934-17.05590.0195
CIE-Lab95.6227-12.3457-5.2443

#d2fafc color RGB value is (210,250,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 11111010 11111100
Octal 322 372 374
Decimal 210 250 252
Hex D2 FA FC

RGB Percentages of Color #d2fafc

%29.49
%35.11
%35.39

CMYK Percentages of Color #d2fafc

%17
%1
%0
%1

Triadic Colors of #d2fafc

#d2fafc #fcd2fa #fafcd2

Analogous Colors of #d2fafc

#d2fafc #d2e5fc #d2fce9

Monochromatic Colors of #d2fafc

#d2fafc

Complementary Color

#d2fafc #fcd4d2

#d2fafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2fafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2fafc Color CSS Codes

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

#d2fafc Text Font Color

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

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


#d2fafc Background Color

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

This div background color is #d2fafc


#d2fafc Border Color

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

This div border color is #d2fafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2fafc

Related Colors


Comments

No comments written yet.

Please login to write comment.