Color Hex Logo

#6fdcdd Color Hex

#6FDCDD
(111,220,221)
0 Favorites   0 Comments

Color spaces of #6fdcdd

RGB 111220221
HSL0.500.620.65
HSV181°50°87°
CMYK 0.500.000.00   0.13
XYZ45.199959.786477.5643
Yxy59.78640.24760.3275
Hunter Lab77.3217-30.9672-5.3509
CIE-Lab81.7219-30.9412-10.1341

#6fdcdd color RGB value is (111,220,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011100 11011101
Octal 157 334 335
Decimal 111 220 221
Hex 6F DC DD

RGB Percentages of Color #6fdcdd

%20.11
%39.86
%40.04

CMYK Percentages of Color #6fdcdd

%50
%0
%0
%13

Triadic Colors of #6fdcdd

#6fdcdd #dd6fdc #dcdd6f

Analogous Colors of #6fdcdd

#6fdcdd #6fa5dd #6fdda7

Monochromatic Colors of #6fdcdd

#6fdcdd

Complementary Color

#6fdcdd #dd706f

#6fdcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fdcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fdcdd Color CSS Codes

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

#6fdcdd Text Font Color

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

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


#6fdcdd Background Color

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

This div background color is #6fdcdd


#6fdcdd Border Color

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

This div border color is #6fdcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fdcdd


Comments

No comments written yet.

Please login to write comment.