Color Hex Logo

#6bbdae Color Hex

#6BBDAE
(107,189,174)
0 Favorites   0 Comments

Color spaces of #6bbdae

RGB 107189174
HSL0.470.380.58
HSV169°43°74°
CMYK 0.430.000.08   0.26
XYZ31.901042.577046.5812
Yxy42.57700.26350.3517
Hunter Lab65.2511-26.92143.3500
CIE-Lab71.2669-28.6742-0.2399

#6bbdae color RGB value is (107,189,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111101 10101110
Octal 153 275 256
Decimal 107 189 174
Hex 6B BD AE

RGB Percentages of Color #6bbdae

%22.77
%40.21
%37.02

CMYK Percentages of Color #6bbdae

%43
%0
%8
%26

Triadic Colors of #6bbdae

#6bbdae #ae6bbd #bdae6b

Analogous Colors of #6bbdae

#6bbdae #6ba3bd #6bbd85

Monochromatic Colors of #6bbdae

#6bbdae

Complementary Color

#6bbdae #bd6b7a

#6bbdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbdae Color CSS Codes

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

#6bbdae Text Font Color

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

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


#6bbdae Background Color

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

This div background color is #6bbdae


#6bbdae Border Color

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

This div border color is #6bbdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bbdae


Comments

No comments written yet.

Please login to write comment.