Color Hex Logo

#6afbfb Color Hex

#6AFBFB
(106,251,251)
0 Favorites   0 Comments

Color spaces of #6afbfb

RGB 106251251
HSL0.500.950.70
HSV180°58°98°
CMYK 0.580.000.00   0.02
XYZ57.853679.0236103.4707
Yxy79.02360.24070.3288
Hunter Lab88.8952-39.3976-6.7847
CIE-Lab91.2450-38.5216-11.7246

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111011 11111011
Octal 152 373 373
Decimal 106 251 251
Hex 6A FB FB

RGB Percentages of Color #6afbfb

%17.43
%41.28
%41.28

CMYK Percentages of Color #6afbfb

%58
%0
%0
%2

Triadic Colors of #6afbfb

#6afbfb #fb6afb #fbfb6a

Analogous Colors of #6afbfb

#6afbfb #6ab3fb #6afbb3

Monochromatic Colors of #6afbfb

#6afbfb

Complementary Color

#6afbfb #fb6a6a

#6afbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6afbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6afbfb Color CSS Codes

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

#6afbfb Text Font Color

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

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


#6afbfb Background Color

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

This div background color is #6afbfb


#6afbfb Border Color

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

This div border color is #6afbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6afbfb

Related Colors


Comments

No comments written yet.

Please login to write comment.