Color Hex Logo

#6fdcbc Color Hex

#6FDCBC
(111,220,188)
0 Favorites   0 Comments

Color spaces of #6fdcbc

RGB 111220188
HSL0.450.610.65
HSV162°50°86°
CMYK 0.500.000.15   0.14
XYZ41.225858.196756.6372
Yxy58.19670.26420.3729
Hunter Lab76.2868-37.03949.3824
CIE-Lab80.8480-38.96496.1332

#6fdcbc color RGB value is (111,220,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011100 10111100
Octal 157 334 274
Decimal 111 220 188
Hex 6F DC BC

RGB Percentages of Color #6fdcbc

%21.39
%42.39
%36.22

CMYK Percentages of Color #6fdcbc

%50
%0
%15
%14

Triadic Colors of #6fdcbc

#6fdcbc #bc6fdc #dcbc6f

Analogous Colors of #6fdcbc

#6fdcbc #6fc6dc #6fdc86

Monochromatic Colors of #6fdcbc

#6fdcbc

Complementary Color

#6fdcbc #dc6f8f

#6fdcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fdcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fdcbc Color CSS Codes

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

#6fdcbc Text Font Color

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

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


#6fdcbc Background Color

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

This div background color is #6fdcbc


#6fdcbc Border Color

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

This div border color is #6fdcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fdcbc


Comments

No comments written yet.

Please login to write comment.