Color Hex Logo

#d2fcfe Color Hex

#D2FCFE
(210,252,254)
0 Favorites   0 Comments

Color spaces of #d2fcfe

RGB 210252254
HSL0.510.960.91
HSV183°17°100°
CMYK 0.170.010.00   0.00
XYZ79.278190.4782107.0516
Yxy90.47820.28640.3269
Hunter Lab95.1200-17.6886-0.1431
CIE-Lab96.1948-12.9371-5.4331

#d2fcfe color RGB value is (210,252,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 11111100 11111110
Octal 322 374 376
Decimal 210 252 254
Hex D2 FC FE

RGB Percentages of Color #d2fcfe

%29.33
%35.20
%35.47

CMYK Percentages of Color #d2fcfe

%17
%1
%0
%0

Triadic Colors of #d2fcfe

#d2fcfe #fed2fc #fcfed2

Analogous Colors of #d2fcfe

#d2fcfe #d2e6fe #d2feea

Monochromatic Colors of #d2fcfe

#d2fcfe

Complementary Color

#d2fcfe #fed4d2

#d2fcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2fcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2fcfe Color CSS Codes

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

#d2fcfe Text Font Color

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

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


#d2fcfe Background Color

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

This div background color is #d2fcfe


#d2fcfe Border Color

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

This div border color is #d2fcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2fcfe

Related Colors


Comments

No comments written yet.

Please login to write comment.