Color Hex Logo

#6badba Color Hex

#6BADBA
(107,173,186)
0 Favorites   0 Comments

Color spaces of #6badba

RGB 107173186
HSL0.530.360.57
HSV190°42°73°
CMYK 0.420.070.00   0.27
XYZ29.869936.558151.9365
Yxy36.55810.25240.3089
Hunter Lab60.4633-17.6287-8.6044
CIE-Lab66.9442-17.5783-13.2599

#6badba color RGB value is (107,173,186).

#6badba hex color red value is 107, green value is 173 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #6badba hue: 0.53 , saturation: 0.36 and the lightness value of 6badba is 0.57.

The process color (four color CMYK) of #6badba color hex is 0.42, 0.07, 0.00, 0.27. Web safe color of #6badba is #6699cc. Color #6badba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101101 10111010
Octal 153 255 272
Decimal 107 173 186
Hex 6B AD BA

RGB Percentages of Color #6badba

%22.96
%37.12
%39.91

CMYK Percentages of Color #6badba

%42
%7
%0
%27

Triadic Colors of #6badba

#6badba #ba6bad #adba6b

Analogous Colors of #6badba

#6badba #6b86ba #6bbaa0

Monochromatic Colors of #6badba

#6badba

Complementary Color

#6badba #ba786b

#6badba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6badba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6badba Color CSS Codes

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

#6badba Text Font Color

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

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


#6badba Background Color

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

This div background color is #6badba


#6badba Border Color

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

This div border color is #6badba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6badba


Comments

No comments written yet.

Please login to write comment.