Color Hex Logo

#6afafe Color Hex

#6AFAFE
(106,250,254)
0 Favorites   0 Comments

Color spaces of #6afafe

RGB 106250254
HSL0.500.990.71
HSV182°58°100°
CMYK 0.580.020.00   0.00
XYZ58.018978.5911105.8776
Yxy78.59110.23930.3241
Hunter Lab88.6516-38.3193-8.7546
CIE-Lab91.0490-37.2736-13.5755

#6afafe color RGB value is (106,250,254).

#6afafe hex color red value is 106, green value is 250 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #6afafe hue: 0.50 , saturation: 0.99 and the lightness value of 6afafe is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111010 11111110
Octal 152 372 376
Decimal 106 250 254
Hex 6A FA FE

RGB Percentages of Color #6afafe

%17.38
%40.98
%41.64

CMYK Percentages of Color #6afafe

%58
%2
%0
%0

Triadic Colors of #6afafe

#6afafe #fe6afa #fafe6a

Analogous Colors of #6afafe

#6afafe #6ab0fe #6afeb8

Monochromatic Colors of #6afafe

#6afafe

Complementary Color

#6afafe #fe6e6a

#6afafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6afafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6afafe Color CSS Codes

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

#6afafe Text Font Color

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

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


#6afafe Background Color

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

This div background color is #6afafe


#6afafe Border Color

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

This div border color is #6afafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6afafe

Related Colors


Comments

No comments written yet.

Please login to write comment.