Color Hex Logo

#6fdcde Color Hex

#6FDCDE
(111,220,222)
0 Favorites   0 Comments

Color spaces of #6fdcde

RGB 111220222
HSL0.500.630.65
HSV181°50°87°
CMYK 0.500.010.00   0.13
XYZ45.333659.839878.2682
Yxy59.83980.24710.3262
Hunter Lab77.3562-30.7657-5.8397
CIE-Lab81.7510-30.6822-10.6226

#6fdcde color RGB value is (111,220,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011100 11011110
Octal 157 334 336
Decimal 111 220 222
Hex 6F DC DE

RGB Percentages of Color #6fdcde

%20.07
%39.78
%40.14

CMYK Percentages of Color #6fdcde

%50
%1
%0
%13

Triadic Colors of #6fdcde

#6fdcde #de6fdc #dcde6f

Analogous Colors of #6fdcde

#6fdcde #6fa5de #6fdea9

Monochromatic Colors of #6fdcde

#6fdcde

Complementary Color

#6fdcde #de716f

#6fdcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fdcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fdcde Color CSS Codes

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

#6fdcde Text Font Color

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

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


#6fdcde Background Color

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

This div background color is #6fdcde


#6fdcde Border Color

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

This div border color is #6fdcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fdcde


Comments

No comments written yet.

Please login to write comment.