Color Hex Logo

#6faffd Color Hex

#6FAFFD
(111,175,253)
0 Favorites   0 Comments

Color spaces of #6faffd

RGB 111175253
HSL0.590.970.71
HSV213°56°99°
CMYK 0.560.310.00   0.01
XYZ39.615141.131398.7797
Yxy41.13130.22070.2291
Hunter Lab64.1337-1.9753-46.4258
CIE-Lab70.26781.6447-44.8745

#6faffd color RGB value is (111,175,253).

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

The process color (four color CMYK) of #6faffd color hex is 0.56, 0.31, 0.00, 0.01. Web safe color of #6faffd is #6699ff. Color #6faffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101111 11111101
Octal 157 257 375
Decimal 111 175 253
Hex 6F AF FD

RGB Percentages of Color #6faffd

%20.59
%32.47
%46.94

CMYK Percentages of Color #6faffd

%56
%31
%0
%1

Triadic Colors of #6faffd

#6faffd #fd6faf #affd6f

Analogous Colors of #6faffd

#6faffd #766ffd #6ff6fd

Monochromatic Colors of #6faffd

#6faffd

Complementary Color

#6faffd #fdbd6f

#6faffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6faffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6faffd Color CSS Codes

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

#6faffd Text Font Color

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

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


#6faffd Background Color

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

This div background color is #6faffd


#6faffd Border Color

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

This div border color is #6faffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6faffd


Comments

No comments written yet.

Please login to write comment.