Color Hex Logo

#6fccb1 Color Hex

#6FCCB1
(111,204,177)
0 Favorites   0 Comments

Color spaces of #6fccb1

RGB 111204177
HSL0.450.480.62
HSV163°46°80°
CMYK 0.460.000.13   0.20
XYZ36.084249.739649.2938
Yxy49.73960.26710.3681
Hunter Lab70.5263-32.09307.9281
CIE-Lab75.9092-34.11484.8937

#6fccb1 color RGB value is (111,204,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11001100 10110001
Octal 157 314 261
Decimal 111 204 177
Hex 6F CC B1

RGB Percentages of Color #6fccb1

%22.56
%41.46
%35.98

CMYK Percentages of Color #6fccb1

%46
%0
%13
%20

Triadic Colors of #6fccb1

#6fccb1 #b16fcc #ccb16f

Analogous Colors of #6fccb1

#6fccb1 #6fb9cc #6fcc83

Monochromatic Colors of #6fccb1

#6fccb1

Complementary Color

#6fccb1 #cc6f8a

#6fccb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fccb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fccb1 Color CSS Codes

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

#6fccb1 Text Font Color

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

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


#6fccb1 Background Color

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

This div background color is #6fccb1


#6fccb1 Border Color

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

This div border color is #6fccb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fccb1


Comments

No comments written yet.

Please login to write comment.