Color Hex Logo

#6ffafd Color Hex

#6FFAFD
(111,250,253)
0 Favorites   0 Comments

Color spaces of #6ffafd

RGB 111250253
HSL0.500.970.71
HSV181°56°99°
CMYK 0.560.010.00   0.01
XYZ58.470878.8426105.0649
Yxy78.84260.24120.3253
Hunter Lab88.7934-37.8454-7.9997
CIE-Lab91.1630-36.6669-12.8706

#6ffafd color RGB value is (111,250,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11111010 11111101
Octal 157 372 375
Decimal 111 250 253
Hex 6F FA FD

RGB Percentages of Color #6ffafd

%18.08
%40.72
%41.21

CMYK Percentages of Color #6ffafd

%56
%1
%0
%1

Triadic Colors of #6ffafd

#6ffafd #fd6ffa #fafd6f

Analogous Colors of #6ffafd

#6ffafd #6fb3fd #6ffdb9

Monochromatic Colors of #6ffafd

#6ffafd

Complementary Color

#6ffafd #fd726f

#6ffafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ffafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ffafd Color CSS Codes

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

#6ffafd Text Font Color

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

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


#6ffafd Background Color

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

This div background color is #6ffafd


#6ffafd Border Color

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

This div border color is #6ffafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ffafd

Related Colors


Comments

No comments written yet.

Please login to write comment.