Color Hex Logo

#6fcbbc Color Hex

#6FCBBC
(111,203,188)
0 Favorites   0 Comments

Color spaces of #6fcbbc

RGB 111203188
HSL0.470.470.62
HSV170°45°80°
CMYK 0.450.000.07   0.20
XYZ36.988649.722255.2248
Yxy49.72220.26060.3503
Hunter Lab70.5140-29.76602.9253
CIE-Lab75.8984-31.0689-1.0522

#6fcbbc color RGB value is (111,203,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11001011 10111100
Octal 157 313 274
Decimal 111 203 188
Hex 6F CB BC

RGB Percentages of Color #6fcbbc

%22.11
%40.44
%37.45

CMYK Percentages of Color #6fcbbc

%45
%0
%7
%20

Triadic Colors of #6fcbbc

#6fcbbc #bc6fcb #cbbc6f

Analogous Colors of #6fcbbc

#6fcbbc #6faccb #6fcb8e

Monochromatic Colors of #6fcbbc

#6fcbbc

Complementary Color

#6fcbbc #cb6f7e

#6fcbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fcbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fcbbc Color CSS Codes

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

#6fcbbc Text Font Color

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

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


#6fcbbc Background Color

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

This div background color is #6fcbbc


#6fcbbc Border Color

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

This div border color is #6fcbbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,203,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 #6fcbbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fcbbc


Comments

No comments written yet.

Please login to write comment.