Color Hex Logo

#d6fcfc Color Hex

#D6FCFC
(214,252,252)
0 Favorites   0 Comments

Color spaces of #d6fcfc

RGB 214252252
HSL0.500.860.91
HSV180°15°99°
CMYK 0.150.000.00   0.01
XYZ80.112690.9452105.4273
Yxy90.94520.28980.3289
Hunter Lab95.3652-16.93821.2099
CIE-Lab96.3875-12.1220-4.0899

#d6fcfc color RGB value is (214,252,252).

#d6fcfc hex color red value is 214, green value is 252 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d6fcfc hue: 0.50 , saturation: 0.86 and the lightness value of d6fcfc is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11111100 11111100
Octal 326 374 374
Decimal 214 252 252
Hex D6 FC FC

RGB Percentages of Color #d6fcfc

%29.81
%35.10
%35.10

CMYK Percentages of Color #d6fcfc

%15
%0
%0
%1

Triadic Colors of #d6fcfc

#d6fcfc #fcd6fc #fcfcd6

Analogous Colors of #d6fcfc

#d6fcfc #d6e9fc #d6fce9

Monochromatic Colors of #d6fcfc

#d6fcfc

Complementary Color

#d6fcfc #fcd6d6

#d6fcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6fcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6fcfc Color CSS Codes

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

#d6fcfc Text Font Color

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

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


#d6fcfc Background Color

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

This div background color is #d6fcfc


#d6fcfc Border Color

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

This div border color is #d6fcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6fcfc

Related Colors

#d6fcfc Color Palettes


Comments

No comments written yet.

Please login to write comment.