Color Hex Logo

#6fc3fe Color Hex

#6FC3FE
(111,195,254)
0 Favorites   0 Comments

Color spaces of #6fc3fe

RGB 111195254
HSL0.570.990.72
HSV205°56°100°
CMYK 0.560.230.00   0.00
XYZ43.960049.5655101.0161
Yxy49.56550.22600.2548
Hunter Lab70.4028-11.7482-35.7892
CIE-Lab75.8018-9.0250-36.7834

#6fc3fe color RGB value is (111,195,254).

#6fc3fe hex color red value is 111, green value is 195 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #6fc3fe hue: 0.57 , saturation: 0.99 and the lightness value of 6fc3fe is 0.72.

The process color (four color CMYK) of #6fc3fe color hex is 0.56, 0.23, 0.00, 0.00. Web safe color of #6fc3fe is #66ccff. Color #6fc3fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11000011 11111110
Octal 157 303 376
Decimal 111 195 254
Hex 6F C3 FE

RGB Percentages of Color #6fc3fe

%19.82
%34.82
%45.36

CMYK Percentages of Color #6fc3fe

%56
%23
%0
%0

Triadic Colors of #6fc3fe

#6fc3fe #fe6fc3 #c3fe6f

Analogous Colors of #6fc3fe

#6fc3fe #6f7cfe #6ffef2

Monochromatic Colors of #6fc3fe

#6fc3fe

Complementary Color

#6fc3fe #feaa6f

#6fc3fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fc3fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fc3fe Color CSS Codes

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

#6fc3fe Text Font Color

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

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


#6fc3fe Background Color

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

This div background color is #6fc3fe


#6fc3fe Border Color

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

This div border color is #6fc3fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fc3fe


Comments

No comments written yet.

Please login to write comment.