Color Hex Logo

#6afcff Color Hex

#6AFCFF
(106,252,255)
0 Favorites   0 Comments

Color spaces of #6afcff

RGB 106252255
HSL0.501.000.71
HSV181°58°100°
CMYK 0.580.010.00   0.00
XYZ58.804379.9050106.9316
Yxy79.90500.23940.3253
Hunter Lab89.3896-39.0069-8.3525
CIE-Lab91.6422-37.9254-13.2080

#6afcff color RGB value is (106,252,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111100 11111111
Octal 152 374 377
Decimal 106 252 255
Hex 6A FC FF

RGB Percentages of Color #6afcff

%17.29
%41.11
%41.60

CMYK Percentages of Color #6afcff

%58
%1
%0
%0

Triadic Colors of #6afcff

#6afcff #ff6afc #fcff6a

Analogous Colors of #6afcff

#6afcff #6ab2ff #6affb8

Monochromatic Colors of #6afcff

#6afcff

Complementary Color

#6afcff #ff6d6a

#6afcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6afcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6afcff Color CSS Codes

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

#6afcff Text Font Color

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

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


#6afcff Background Color

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

This div background color is #6afcff


#6afcff Border Color

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

This div border color is #6afcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6afcff

Related Colors


Comments

No comments written yet.

Please login to write comment.