Color Hex Logo

#6bbdac Color Hex

#6BBDAC
(107,189,172)
0 Favorites   0 Comments

Color spaces of #6bbdac

RGB 107189172
HSL0.470.380.58
HSV168°43°74°
CMYK 0.430.000.09   0.26
XYZ31.707442.499545.5618
Yxy42.49950.26470.3548
Hunter Lab65.1916-27.26794.1969
CIE-Lab71.2139-29.15010.7762

#6bbdac color RGB value is (107,189,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111101 10101100
Octal 153 275 254
Decimal 107 189 172
Hex 6B BD AC

RGB Percentages of Color #6bbdac

%22.86
%40.38
%36.75

CMYK Percentages of Color #6bbdac

%43
%0
%9
%26

Triadic Colors of #6bbdac

#6bbdac #ac6bbd #bdac6b

Analogous Colors of #6bbdac

#6bbdac #6ba5bd #6bbd83

Monochromatic Colors of #6bbdac

#6bbdac

Complementary Color

#6bbdac #bd6b7c

#6bbdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbdac Color CSS Codes

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

#6bbdac Text Font Color

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

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


#6bbdac Background Color

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

This div background color is #6bbdac


#6bbdac Border Color

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

This div border color is #6bbdac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,189,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bbdac


Comments

No comments written yet.

Please login to write comment.