Color Hex Logo

#6ac8fb Color Hex

#6AC8FB
(106,200,251)
0 Favorites   0 Comments

Color spaces of #6ac8fb

RGB 106200251
HSL0.560.950.70
HSV201°58°98°
CMYK 0.580.200.00   0.02
XYZ44.010751.337898.8564
Yxy51.33780.22660.2643
Hunter Lab71.6504-15.7460-31.6474
CIE-Lab76.8832-13.5376-33.5188

#6ac8fb color RGB value is (106,200,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001000 11111011
Octal 152 310 373
Decimal 106 200 251
Hex 6A C8 FB

RGB Percentages of Color #6ac8fb

%19.03
%35.91
%45.06

CMYK Percentages of Color #6ac8fb

%58
%20
%0
%2

Triadic Colors of #6ac8fb

#6ac8fb #fb6ac8 #c8fb6a

Analogous Colors of #6ac8fb

#6ac8fb #6a80fb #6afbe6

Monochromatic Colors of #6ac8fb

#6ac8fb

Complementary Color

#6ac8fb #fb9d6a

#6ac8fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ac8fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ac8fb Color CSS Codes

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

#6ac8fb Text Font Color

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

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


#6ac8fb Background Color

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

This div background color is #6ac8fb


#6ac8fb Border Color

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

This div border color is #6ac8fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ac8fb


Comments

No comments written yet.

Please login to write comment.