Color Hex Logo

#6fdbdc Color Hex

#6FDBDC
(111,219,220)
0 Favorites   0 Comments

Color spaces of #6fdbdc

RGB 111219220
HSL0.500.610.65
HSV181°50°86°
CMYK 0.500.000.00   0.14
XYZ44.805359.209976.7773
Yxy59.20990.24780.3275
Hunter Lab76.9480-30.7219-5.2949
CIE-Lab81.4068-30.7220-10.0712

#6fdbdc color RGB value is (111,219,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011011 11011100
Octal 157 333 334
Decimal 111 219 220
Hex 6F DB DC

RGB Percentages of Color #6fdbdc

%20.18
%39.82
%40.00

CMYK Percentages of Color #6fdbdc

%50
%0
%0
%14

Triadic Colors of #6fdbdc

#6fdbdc #dc6fdb #dbdc6f

Analogous Colors of #6fdbdc

#6fdbdc #6fa5dc #6fdca7

Monochromatic Colors of #6fdbdc

#6fdbdc

Complementary Color

#6fdbdc #dc706f

#6fdbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fdbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fdbdc Color CSS Codes

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

#6fdbdc Text Font Color

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

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


#6fdbdc Background Color

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

This div background color is #6fdbdc


#6fdbdc Border Color

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

This div border color is #6fdbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fdbdc


Comments

No comments written yet.

Please login to write comment.