Color Hex Logo

#6bbfaa Color Hex

#6BBFAA
(107,191,170)
0 Favorites   0 Comments

Color spaces of #6bbfaa

RGB 107191170
HSL0.460.400.58
HSV165°44°75°
CMYK 0.440.000.11   0.25
XYZ31.949943.289744.7020
Yxy43.28970.26640.3609
Hunter Lab65.7949-28.46185.7740
CIE-Lab71.7512-30.58392.6494

#6bbfaa color RGB value is (107,191,170).

#6bbfaa hex color red value is 107, green value is 191 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6bbfaa hue: 0.46 , saturation: 0.40 and the lightness value of 6bbfaa is 0.58.

The process color (four color CMYK) of #6bbfaa color hex is 0.44, 0.00, 0.11, 0.25. Web safe color of #6bbfaa is #66cc99. Color #6bbfaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111111 10101010
Octal 153 277 252
Decimal 107 191 170
Hex 6B BF AA

RGB Percentages of Color #6bbfaa

%22.86
%40.81
%36.32

CMYK Percentages of Color #6bbfaa

%44
%0
%11
%25

Triadic Colors of #6bbfaa

#6bbfaa #aa6bbf #bfaa6b

Analogous Colors of #6bbfaa

#6bbfaa #6baabf #6bbf80

Monochromatic Colors of #6bbfaa

#6bbfaa

Complementary Color

#6bbfaa #bf6b80

#6bbfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbfaa Color CSS Codes

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

#6bbfaa Text Font Color

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

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


#6bbfaa Background Color

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

This div background color is #6bbfaa


#6bbfaa Border Color

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

This div border color is #6bbfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bbfaa


Comments

No comments written yet.

Please login to write comment.