Color Hex Logo

#6afdfb Color Hex

#6AFDFB
(106,253,251)
0 Favorites   0 Comments

Color spaces of #6afdfb

RGB 106253251
HSL0.500.970.70
HSV179°58°99°
CMYK 0.580.000.01   0.01
XYZ58.481780.2798103.6800
Yxy80.27980.24120.3311
Hunter Lab89.5990-40.2904-5.8885
CIE-Lab91.8103-39.4303-10.8824

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111101 11111011
Octal 152 375 373
Decimal 106 253 251
Hex 6A FD FB

RGB Percentages of Color #6afdfb

%17.38
%41.48
%41.15

CMYK Percentages of Color #6afdfb

%58
%0
%1
%1

Triadic Colors of #6afdfb

#6afdfb #fb6afd #fdfb6a

Analogous Colors of #6afdfb

#6afdfb #6ab6fd #6afdb2

Monochromatic Colors of #6afdfb

#6afdfb

Complementary Color

#6afdfb #fd6a6c

#6afdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6afdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6afdfb Color CSS Codes

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

#6afdfb Text Font Color

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

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


#6afdfb Background Color

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

This div background color is #6afdfb


#6afdfb Border Color

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

This div border color is #6afdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6afdfb


Comments

No comments written yet.

Please login to write comment.