Color Hex Logo

#6bb6ab Color Hex

#6BB6AB
(107,182,171)
0 Favorites   0 Comments

Color spaces of #6bb6ab

RGB 107182171
HSL0.480.340.57
HSV171°41°71°
CMYK 0.410.000.06   0.29
XYZ30.142039.522044.5679
Yxy39.52200.26390.3460
Hunter Lab62.8665-24.43281.9742
CIE-Lab69.1277-25.9611-1.7250

#6bb6ab color RGB value is (107,182,171).

#6bb6ab hex color red value is 107, green value is 182 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #6bb6ab hue: 0.48 , saturation: 0.34 and the lightness value of 6bb6ab is 0.57.

The process color (four color CMYK) of #6bb6ab color hex is 0.41, 0.00, 0.06, 0.29. Web safe color of #6bb6ab is #66cc99. Color #6bb6ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10110110 10101011
Octal 153 266 253
Decimal 107 182 171
Hex 6B B6 AB

RGB Percentages of Color #6bb6ab

%23.26
%39.57
%37.17

CMYK Percentages of Color #6bb6ab

%41
%0
%6
%29

Triadic Colors of #6bb6ab

#6bb6ab #ab6bb6 #b6ab6b

Analogous Colors of #6bb6ab

#6bb6ab #6b9cb6 #6bb686

Monochromatic Colors of #6bb6ab

#6bb6ab

Complementary Color

#6bb6ab #b66b76

#6bb6ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bb6ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bb6ab Color CSS Codes

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

#6bb6ab Text Font Color

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

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


#6bb6ab Background Color

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

This div background color is #6bb6ab


#6bb6ab Border Color

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

This div border color is #6bb6ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bb6ab


Comments

No comments written yet.

Please login to write comment.