Color Hex Logo

#6cbfba Color Hex

#6CBFBA
(108,191,186)
0 Favorites   0 Comments

Color spaces of #6cbfba

RGB 108191186
HSL0.490.390.59
HSV176°43°75°
CMYK 0.430.000.03   0.25
XYZ33.678143.994953.1712
Yxy43.99490.25740.3362
Hunter Lab66.3287-25.4425-1.0987
CIE-Lab72.2251-26.4681-5.3835

#6cbfba color RGB value is (108,191,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111111 10111010
Octal 154 277 272
Decimal 108 191 186
Hex 6C BF BA

RGB Percentages of Color #6cbfba

%22.27
%39.38
%38.35

CMYK Percentages of Color #6cbfba

%43
%0
%3
%25

Triadic Colors of #6cbfba

#6cbfba #ba6cbf #bfba6c

Analogous Colors of #6cbfba

#6cbfba #6c9bbf #6cbf91

Monochromatic Colors of #6cbfba

#6cbfba

Complementary Color

#6cbfba #bf6c71

#6cbfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbfba Color CSS Codes

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

#6cbfba Text Font Color

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

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


#6cbfba Background Color

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

This div background color is #6cbfba


#6cbfba Border Color

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

This div border color is #6cbfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbfba


Comments

No comments written yet.

Please login to write comment.