color codes Logo

#6ac7fb color codes

#6AC7FB
(106,199,251)
0 Favorites   0 Comments

Color spaces of #6ac7fb

RGB 106199251
HSL0.560.950.70
HSV202°58°98°
CMYK 0.580.210.00   0.02
XYZ43.779950.876198.7794
Yxy50.87610.22630.2630
Hunter Lab71.3275-15.2621-32.1798
CIE-Lab76.6039-13.0112-33.9500

#6ac7fb color RGB value is (106,199,251).

#6ac7fb hex color red value is 106, green value is 199 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6ac7fb hue: 0.56 , saturation: 0.95 and the lightness value of 6ac7fb is 0.70.

The process color (four color CMYK) of #6ac7fb color code is 0.58, 0.21, 0.00, 0.02. Web safe color of #6ac7fb is #66ccff. Color #6ac7fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11000111 11111011
Octal 152 307 373
Decimal 106 199 251
Hex 6A C7 FB

RGB Percentages of Color #6ac7fb

%19.06
%35.79
%45.14

CMYK Percentages of Color #6ac7fb

%58
%21
%0
%2

Triadic Colors of #6ac7fb

#6ac7fb #fb6ac7 #c7fb6a

Analogous Colors of #6ac7fb

#6ac7fb #6a7ffb #6afbe7

Monochromatic Colors of #6ac7fb

#6ac7fb

Complementary Color

#6ac7fb #fb9e6a

#6ac7fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ac7fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ac7fb Color CSS Codes

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

#6ac7fb Text Font Color

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

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


#6ac7fb Background Color

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

This div background color is #6ac7fb


#6ac7fb Border Color

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

This div border color is #6ac7fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,199,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6ac7fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6ac7fb;
  -webkit-box-shadow: 1px 1px 3px 2px #6ac7fb;
  box-shadow:         1px 1px 3px 2px #6ac7fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,199,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ac7fb


Comments

No comments written yet.

Please login to write comment.