Color Hex Logo

#6af0db Color Hex

#6AF0DB
(106,240,219)
0 Favorites   0 Comments

Color spaces of #6af0db

RGB 106240219
HSL0.470.820.68
HSV171°56°94°
CMYK 0.560.000.09   0.06
XYZ49.890170.498877.9960
Yxy70.49880.25150.3554
Hunter Lab83.9636-40.87383.6984
CIE-Lab87.2409-41.6726-0.9494

#6af0db color RGB value is (106,240,219).

#6af0db hex color red value is 106, green value is 240 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6af0db hue: 0.47 , saturation: 0.82 and the lightness value of 6af0db is 0.68.

The process color (four color CMYK) of #6af0db color hex is 0.56, 0.00, 0.09, 0.06. Web safe color of #6af0db is #66ffcc. Color #6af0db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11110000 11011011
Octal 152 360 333
Decimal 106 240 219
Hex 6A F0 DB

RGB Percentages of Color #6af0db

%18.76
%42.48
%38.76

CMYK Percentages of Color #6af0db

%56
%0
%9
%6

Triadic Colors of #6af0db

#6af0db #db6af0 #f0db6a

Analogous Colors of #6af0db

#6af0db #6ac2f0 #6af098

Monochromatic Colors of #6af0db

#6af0db

Complementary Color

#6af0db #f06a7f

#6af0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6af0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6af0db Color CSS Codes

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

#6af0db Text Font Color

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

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


#6af0db Background Color

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

This div background color is #6af0db


#6af0db Border Color

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

This div border color is #6af0db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6af0db


Comments

No comments written yet.

Please login to write comment.