Color Hex Logo

#6ac0fa Color Hex

#6AC0FA
(106,192,250)
0 Favorites   0 Comments

Color spaces of #6ac0fa

RGB 106192250
HSL0.570.940.70
HSV204°58°98°
CMYK 0.580.230.00   0.02
XYZ42.048847.665697.4266
Yxy47.66560.22470.2547
Hunter Lab69.0403-12.1055-35.3392
CIE-Lab74.6135-9.5901-36.4938

#6ac0fa color RGB value is (106,192,250).

#6ac0fa hex color red value is 106, green value is 192 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #6ac0fa hue: 0.57 , saturation: 0.94 and the lightness value of 6ac0fa is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11000000 11111010
Octal 152 300 372
Decimal 106 192 250
Hex 6A C0 FA

RGB Percentages of Color #6ac0fa

%19.34
%35.04
%45.62

CMYK Percentages of Color #6ac0fa

%58
%23
%0
%2

Triadic Colors of #6ac0fa

#6ac0fa #fa6ac0 #c0fa6a

Analogous Colors of #6ac0fa

#6ac0fa #6a78fa #6afaec

Monochromatic Colors of #6ac0fa

#6ac0fa

Complementary Color

#6ac0fa #faa46a

#6ac0fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ac0fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ac0fa Color CSS Codes

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

#6ac0fa Text Font Color

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

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


#6ac0fa Background Color

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

This div background color is #6ac0fa


#6ac0fa Border Color

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

This div border color is #6ac0fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ac0fa


Comments

No comments written yet.

Please login to write comment.