Color Hex Logo

#6fadfc Color Hex

#6FADFC
(111,173,252)
0 Favorites   0 Comments

Color spaces of #6fadfc

RGB 111173252
HSL0.590.960.71
HSV214°56°99°
CMYK 0.560.310.00   0.01
XYZ39.069840.294997.8140
Yxy40.29490.22050.2274
Hunter Lab63.4783-1.2232-46.9255
CIE-Lab69.67912.4608-45.2566

#6fadfc color RGB value is (111,173,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101101 11111100
Octal 157 255 374
Decimal 111 173 252
Hex 6F AD FC

RGB Percentages of Color #6fadfc

%20.71
%32.28
%47.01

CMYK Percentages of Color #6fadfc

%56
%31
%0
%1

Triadic Colors of #6fadfc

#6fadfc #fc6fad #adfc6f

Analogous Colors of #6fadfc

#6fadfc #786ffc #6ff4fc

Monochromatic Colors of #6fadfc

#6fadfc

Complementary Color

#6fadfc #fcbe6f

#6fadfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fadfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fadfc Color CSS Codes

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

#6fadfc Text Font Color

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

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


#6fadfc Background Color

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

This div background color is #6fadfc


#6fadfc Border Color

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

This div border color is #6fadfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fadfc


Comments

No comments written yet.

Please login to write comment.