Color Hex Logo

#06adbd Color Hex

#06ADBD
(6,173,189)
0 Favorites   0 Comments

Color spaces of #06adbd

RGB 6173189
HSL0.510.940.38
HSV185°97°74°
CMYK 0.970.080.00   0.26
XYZ24.204033.600053.3539
Yxy33.60000.21770.3023
Hunter Lab57.9655-26.9054-13.9972
CIE-Lab64.6438-30.6803-18.6348

#06adbd color RGB value is (6,173,189).

#06adbd hex color red value is 6, green value is 173 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #06adbd hue: 0.51 , saturation: 0.94 and the lightness value of 06adbd is 0.38.

The process color (four color CMYK) of #06adbd color hex is 0.97, 0.08, 0.00, 0.26. Web safe color of #06adbd is #0099cc. Color #06adbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10101101 10111101
Octal 6 255 275
Decimal 6 173 189
Hex 6 AD BD

RGB Percentages of Color #06adbd

%1.63
%47.01
%51.36

CMYK Percentages of Color #06adbd

%97
%8
%0
%26

Triadic Colors of #06adbd

#06adbd #bd06ad #adbd06

Analogous Colors of #06adbd

#06adbd #0652bd #06bd72

Monochromatic Colors of #06adbd

#06adbd

Complementary Color

#06adbd #bd1606

#06adbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06adbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#06adbd Color CSS Codes

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

#06adbd Text Font Color

<p style="color:#06adbd">Text here</p>

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


#06adbd Background Color

<div style="background-color:#06adbd">
Div content here</div>

This div background color is #06adbd


#06adbd Border Color

<div style="border:3px solid #06adbd">
Div here</div>

This div border color is #06adbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06adbd


Comments

No comments written yet.

Please login to write comment.