Color Hex Logo

#6cbbbf Color Hex

#6CBBBF
(108,187,191)
0 Favorites   0 Comments

Color spaces of #6cbbbf

RGB 108187191
HSL0.510.390.59
HSV183°43°75°
CMYK 0.430.020.00   0.25
XYZ33.358642.490455.7335
Yxy42.49040.25350.3229
Hunter Lab65.1847-22.7248-5.0642
CIE-Lab71.2077-23.2053-9.6279

#6cbbbf color RGB value is (108,187,191).

#6cbbbf hex color red value is 108, green value is 187 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6cbbbf hue: 0.51 , saturation: 0.39 and the lightness value of 6cbbbf is 0.59.

The process color (four color CMYK) of #6cbbbf color hex is 0.43, 0.02, 0.00, 0.25. Web safe color of #6cbbbf is #66cccc. Color #6cbbbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111011 10111111
Octal 154 273 277
Decimal 108 187 191
Hex 6C BB BF

RGB Percentages of Color #6cbbbf

%22.22
%38.48
%39.30

CMYK Percentages of Color #6cbbbf

%43
%2
%0
%25

Triadic Colors of #6cbbbf

#6cbbbf #bf6cbb #bbbf6c

Analogous Colors of #6cbbbf

#6cbbbf #6c92bf #6cbf9a

Monochromatic Colors of #6cbbbf

#6cbbbf

Complementary Color

#6cbbbf #bf706c

#6cbbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbbbf Color CSS Codes

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

#6cbbbf Text Font Color

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

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


#6cbbbf Background Color

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

This div background color is #6cbbbf


#6cbbbf Border Color

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

This div border color is #6cbbbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,187,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6cbbbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6cbbbf;
  -webkit-box-shadow: 1px 1px 3px 2px #6cbbbf;
  box-shadow:         1px 1px 3px 2px #6cbbbf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,187,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbbbf


Comments

No comments written yet.

Please login to write comment.