Color Hex Logo

#06adcb Color Hex

#06ADCB
(6,173,203)
0 Favorites   0 Comments

Color spaces of #06adcb

RGB 6173203
HSL0.530.940.41
HSV189°97°80°
CMYK 0.970.150.00   0.20
XYZ25.798234.237761.7487
Yxy34.23770.21180.2811
Hunter Lab58.5130-23.6976-21.6096
CIE-Lab65.1508-26.0549-25.6310

#06adcb color RGB value is (6,173,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10101101 11001011
Octal 6 255 313
Decimal 6 173 203
Hex 6 AD CB

RGB Percentages of Color #06adcb

%1.57
%45.29
%53.14

CMYK Percentages of Color #06adcb

%97
%15
%0
%20

Triadic Colors of #06adcb

#06adcb #cb06ad #adcb06

Analogous Colors of #06adcb

#06adcb #064acb #06cb87

Monochromatic Colors of #06adcb

#06adcb

Complementary Color

#06adcb #cb2406

#06adcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06adcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#06adcb Color CSS Codes

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

#06adcb Text Font Color

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

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


#06adcb Background Color

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

This div background color is #06adcb


#06adcb Border Color

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

This div border color is #06adcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06adcb


Comments

No comments written yet.

Please login to write comment.