Color Hex Logo

#6fccbd Color Hex

#6FCCBD
(111,204,189)
0 Favorites   0 Comments

Color spaces of #6fccbd

RGB 111204189
HSL0.470.480.62
HSV170°46°80°
CMYK 0.460.000.07   0.20
XYZ37.333750.239455.8736
Yxy50.23940.26030.3502
Hunter Lab70.8798-30.02032.8783
CIE-Lab76.2160-31.3058-1.1269

#6fccbd color RGB value is (111,204,189).

#6fccbd hex color red value is 111, green value is 204 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6fccbd hue: 0.47 , saturation: 0.48 and the lightness value of 6fccbd is 0.62.

The process color (four color CMYK) of #6fccbd color hex is 0.46, 0.00, 0.07, 0.20. Web safe color of #6fccbd is #66cccc. Color #6fccbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11001100 10111101
Octal 157 314 275
Decimal 111 204 189
Hex 6F CC BD

RGB Percentages of Color #6fccbd

%22.02
%40.48
%37.50

CMYK Percentages of Color #6fccbd

%46
%0
%7
%20

Triadic Colors of #6fccbd

#6fccbd #bd6fcc #ccbd6f

Analogous Colors of #6fccbd

#6fccbd #6fadcc #6fcc8f

Monochromatic Colors of #6fccbd

#6fccbd

Complementary Color

#6fccbd #cc6f7e

#6fccbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fccbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fccbd Color CSS Codes

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

#6fccbd Text Font Color

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

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


#6fccbd Background Color

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

This div background color is #6fccbd


#6fccbd Border Color

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

This div border color is #6fccbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fccbd


Comments

No comments written yet.

Please login to write comment.