Color Hex Logo

#6acffb Color Hex

#6ACFFB
(106,207,251)
0 Favorites   0 Comments

Color spaces of #6acffb

RGB 106207251
HSL0.550.950.70
HSV198°58°98°
CMYK 0.580.180.00   0.02
XYZ45.669354.654999.4092
Yxy54.65490.22870.2736
Hunter Lab73.9290-19.1080-27.9745
CIE-Lab78.8421-17.1816-30.5017

#6acffb color RGB value is (106,207,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001111 11111011
Octal 152 317 373
Decimal 106 207 251
Hex 6A CF FB

RGB Percentages of Color #6acffb

%18.79
%36.70
%44.50

CMYK Percentages of Color #6acffb

%58
%18
%0
%2

Triadic Colors of #6acffb

#6acffb #fb6acf #cffb6a

Analogous Colors of #6acffb

#6acffb #6a87fb #6afbdf

Monochromatic Colors of #6acffb

#6acffb

Complementary Color

#6acffb #fb966a

#6acffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6acffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6acffb Color CSS Codes

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

#6acffb Text Font Color

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

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


#6acffb Background Color

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

This div background color is #6acffb


#6acffb Border Color

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

This div border color is #6acffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6acffb


Comments

No comments written yet.

Please login to write comment.