Color Hex Logo

#6badad Color Hex

#6BADAD
(107,173,173)
0 Favorites   0 Comments

Color spaces of #6badad

RGB 107173173
HSL0.500.290.55
HSV180°38°68°
CMYK 0.380.000.00   0.32
XYZ28.549836.030144.9849
Yxy36.03010.26060.3288
Hunter Lab60.0251-20.1437-2.4165
CIE-Lab66.5429-20.9323-6.6432

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

#6badad hex color red value is 107, green value is 173 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #6badad hue: 0.50 , saturation: 0.29 and the lightness value of 6badad is 0.55.

The process color (four color CMYK) of #6badad color hex is 0.38, 0.00, 0.00, 0.32. Web safe color of #6badad is #669999. Color #6badad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101101 10101101
Octal 153 255 255
Decimal 107 173 173
Hex 6B AD AD

RGB Percentages of Color #6badad

%23.62
%38.19
%38.19

CMYK Percentages of Color #6badad

%38
%0
%0
%32

Triadic Colors of #6badad

#6badad #ad6bad #adad6b

Analogous Colors of #6badad

#6badad #6b8cad #6bad8c

Monochromatic Colors of #6badad

#6badad

Complementary Color

#6badad #ad6b6b

#6badad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6badad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6badad Color CSS Codes

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

#6badad Text Font Color

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

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


#6badad Background Color

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

This div background color is #6badad


#6badad Border Color

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

This div border color is #6badad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6badad


Comments

No comments written yet.

Please login to write comment.