Color Hex Logo

#06badb Color Hex

#06BADB
(6,186,219)
0 Favorites   0 Comments

Color spaces of #06badb

RGB 6186219
HSL0.530.950.44
HSV189°97°86°
CMYK 0.970.150.00   0.14
XYZ30.420240.271073.1876
Yxy40.27100.21140.2799
Hunter Lab63.4594-25.4875-23.9574
CIE-Lab69.6621-27.2187-27.5020

#06badb color RGB value is (6,186,219).

#06badb hex color red value is 6, green value is 186 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #06badb hue: 0.53 , saturation: 0.95 and the lightness value of 06badb is 0.44.

The process color (four color CMYK) of #06badb color hex is 0.97, 0.15, 0.00, 0.14. Web safe color of #06badb is #00cccc. Color #06badb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10111010 11011011
Octal 6 272 333
Decimal 6 186 219
Hex 6 BA DB

RGB Percentages of Color #06badb

%1.46
%45.26
%53.28

CMYK Percentages of Color #06badb

%97
%15
%0
%14

Triadic Colors of #06badb

#06badb #db06ba #badb06

Analogous Colors of #06badb

#06badb #0650db #06db92

Monochromatic Colors of #06badb

#06badb

Complementary Color

#06badb #db2706

#06badb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06badb Color Preview on White Background

Lorem ipsum dolor sit amet.

#06badb Color CSS Codes

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

#06badb Text Font Color

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

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


#06badb Background Color

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

This div background color is #06badb


#06badb Border Color

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

This div border color is #06badb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06badb


Comments

No comments written yet.

Please login to write comment.