Color Hex Logo

#6bbdba Color Hex

#6BBDBA
(107,189,186)
0 Favorites   0 Comments

Color spaces of #6bbdba

RGB 107189186
HSL0.490.380.58
HSV178°43°74°
CMYK 0.430.000.02   0.26
XYZ33.123943.066253.0212
Yxy43.06620.25640.3333
Hunter Lab65.6248-24.7463-1.9656
CIE-Lab71.5999-25.7248-6.3132

#6bbdba color RGB value is (107,189,186).

#6bbdba hex color red value is 107, green value is 189 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #6bbdba hue: 0.49 , saturation: 0.38 and the lightness value of 6bbdba is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111101 10111010
Octal 153 275 272
Decimal 107 189 186
Hex 6B BD BA

RGB Percentages of Color #6bbdba

%22.20
%39.21
%38.59

CMYK Percentages of Color #6bbdba

%43
%0
%2
%26

Triadic Colors of #6bbdba

#6bbdba #ba6bbd #bdba6b

Analogous Colors of #6bbdba

#6bbdba #6b97bd #6bbd91

Monochromatic Colors of #6bbdba

#6bbdba

Complementary Color

#6bbdba #bd6b6e

#6bbdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbdba Color CSS Codes

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

#6bbdba Text Font Color

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

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


#6bbdba Background Color

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

This div background color is #6bbdba


#6bbdba Border Color

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

This div border color is #6bbdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bbdba


Comments

No comments written yet.

Please login to write comment.