Color Hex Logo

#6fd5db Color Hex

#6FD5DB
(111,213,219)
0 Favorites   0 Comments

Color spaces of #6fd5db

RGB 111213219
HSL0.510.600.65
HSV183°49°86°
CMYK 0.490.030.00   0.14
XYZ43.136056.082575.5693
Yxy56.08250.24680.3209
Hunter Lab74.8883-28.2376-7.4074
CIE-Lab79.6607-28.0897-12.1432

#6fd5db color RGB value is (111,213,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11010101 11011011
Octal 157 325 333
Decimal 111 213 219
Hex 6F D5 DB

RGB Percentages of Color #6fd5db

%20.44
%39.23
%40.33

CMYK Percentages of Color #6fd5db

%49
%3
%0
%14

Triadic Colors of #6fd5db

#6fd5db #db6fd5 #d5db6f

Analogous Colors of #6fd5db

#6fd5db #6f9fdb #6fdbab

Monochromatic Colors of #6fd5db

#6fd5db

Complementary Color

#6fd5db #db756f

#6fd5db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fd5db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fd5db Color CSS Codes

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

#6fd5db Text Font Color

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

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


#6fd5db Background Color

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

This div background color is #6fd5db


#6fd5db Border Color

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

This div border color is #6fd5db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fd5db


Comments

No comments written yet.

Please login to write comment.