Color Hex Logo

#6abffc Color Hex

#6ABFFC
(106,191,252)
0 Favorites   0 Comments

Color spaces of #6abffc

RGB 106191252
HSL0.570.960.70
HSV205°58°99°
CMYK 0.580.240.00   0.01
XYZ42.145347.354099.0144
Yxy47.35400.22360.2512
Hunter Lab68.8142-11.1026-37.1403
CIE-Lab74.4156-8.4459-37.8763

#6abffc color RGB value is (106,191,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111111 11111100
Octal 152 277 374
Decimal 106 191 252
Hex 6A BF FC

RGB Percentages of Color #6abffc

%19.31
%34.79
%45.90

CMYK Percentages of Color #6abffc

%58
%24
%0
%1

Triadic Colors of #6abffc

#6abffc #fc6abf #bffc6a

Analogous Colors of #6abffc

#6abffc #6a76fc #6afcf0

Monochromatic Colors of #6abffc

#6abffc

Complementary Color

#6abffc #fca76a

#6abffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abffc Color CSS Codes

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

#6abffc Text Font Color

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

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


#6abffc Background Color

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

This div background color is #6abffc


#6abffc Border Color

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

This div border color is #6abffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abffc


Comments

No comments written yet.

Please login to write comment.