Color Hex Logo

#6ffafc Color Hex

#6FFAFC
(111,250,252)
0 Favorites   0 Comments

Color spaces of #6ffafc

RGB 111250252
HSL0.500.960.71
HSV181°56°99°
CMYK 0.560.010.00   0.01
XYZ58.311878.7790104.2280
Yxy78.77900.24160.3265
Hunter Lab88.7575-38.0550-7.4940
CIE-Lab91.1342-36.9285-12.3941

#6ffafc color RGB value is (111,250,252).

#6ffafc hex color red value is 111, green value is 250 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #6ffafc hue: 0.50 , saturation: 0.96 and the lightness value of 6ffafc is 0.71.

The process color (four color CMYK) of #6ffafc color hex is 0.56, 0.01, 0.00, 0.01. Web safe color of #6ffafc is #66ffff. Color #6ffafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11111010 11111100
Octal 157 372 374
Decimal 111 250 252
Hex 6F FA FC

RGB Percentages of Color #6ffafc

%18.11
%40.78
%41.11

CMYK Percentages of Color #6ffafc

%56
%1
%0
%1

Triadic Colors of #6ffafc

#6ffafc #fc6ffa #fafc6f

Analogous Colors of #6ffafc

#6ffafc #6fb4fc #6ffcb8

Monochromatic Colors of #6ffafc

#6ffafc

Complementary Color

#6ffafc #fc716f

#6ffafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ffafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ffafc Color CSS Codes

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

#6ffafc Text Font Color

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

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


#6ffafc Background Color

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

This div background color is #6ffafc


#6ffafc Border Color

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

This div border color is #6ffafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ffafc


Comments

No comments written yet.

Please login to write comment.