Color Hex Logo

#d6fefc Color Hex

#D6FEFC
(214,254,252)
0 Favorites   0 Comments

Color spaces of #d6fefc

RGB 214254252
HSL0.490.950.92
HSV177°16°100°
CMYK 0.160.000.01   0.00
XYZ80.744192.2080105.6377
Yxy92.20800.28980.3310
Hunter Lab96.0250-17.94931.9922
CIE-Lab96.9053-13.1161-3.3287

#d6fefc color RGB value is (214,254,252).

#d6fefc hex color red value is 214, green value is 254 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d6fefc hue: 0.49 , saturation: 0.95 and the lightness value of d6fefc is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11111110 11111100
Octal 326 376 374
Decimal 214 254 252
Hex D6 FE FC

RGB Percentages of Color #d6fefc

%29.72
%35.28
%35.00

CMYK Percentages of Color #d6fefc

%16
%0
%1
%0

Triadic Colors of #d6fefc

#d6fefc #fcd6fe #fefcd6

Analogous Colors of #d6fefc

#d6fefc #d6ecfe #d6fee8

Monochromatic Colors of #d6fefc

#d6fefc

Complementary Color

#d6fefc #fed6d8

#d6fefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6fefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6fefc Color CSS Codes

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

#d6fefc Text Font Color

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

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


#d6fefc Background Color

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

This div background color is #d6fefc


#d6fefc Border Color

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

This div border color is #d6fefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6fefc

Related Colors


Comments

No comments written yet.

Please login to write comment.