Color Hex Logo

#6fd6db Color Hex

#6FD6DB
(111,214,219)
0 Favorites   0 Comments

Color spaces of #6fd6db

RGB 111214219
HSL0.510.600.65
HSV183°49°86°
CMYK 0.490.020.00   0.14
XYZ43.388356.587175.6534
Yxy56.58710.24700.3222
Hunter Lab75.2244-28.6866-6.9711
CIE-Lab79.9468-28.5750-11.7156

#6fd6db color RGB value is (111,214,219).

#6fd6db hex color red value is 111, green value is 214 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6fd6db hue: 0.51 , saturation: 0.60 and the lightness value of 6fd6db is 0.65.

The process color (four color CMYK) of #6fd6db color hex is 0.49, 0.02, 0.00, 0.14. Web safe color of #6fd6db is #66cccc. Color #6fd6db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11010110 11011011
Octal 157 326 333
Decimal 111 214 219
Hex 6F D6 DB

RGB Percentages of Color #6fd6db

%20.40
%39.34
%40.26

CMYK Percentages of Color #6fd6db

%49
%2
%0
%14

Triadic Colors of #6fd6db

#6fd6db #db6fd6 #d6db6f

Analogous Colors of #6fd6db

#6fd6db #6fa0db #6fdbaa

Monochromatic Colors of #6fd6db

#6fd6db

Complementary Color

#6fd6db #db746f

#6fd6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fd6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fd6db Color CSS Codes

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

#6fd6db Text Font Color

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

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


#6fd6db Background Color

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

This div background color is #6fd6db


#6fd6db Border Color

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

This div border color is #6fd6db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fd6db


Comments

No comments written yet.

Please login to write comment.