Color Hex Logo

#06acbd Color Hex

#06ACBD
(6,172,189)
0 Favorites   0 Comments

Color spaces of #06acbd

RGB 6172189
HSL0.520.940.38
HSV186°97°74°
CMYK 0.970.090.00   0.26
XYZ24.012933.217953.2902
Yxy33.21790.21730.3006
Hunter Lab57.6350-26.4914-14.4760
CIE-Lab64.3370-30.1939-19.1011

#06acbd color RGB value is (6,172,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10101100 10111101
Octal 6 254 275
Decimal 6 172 189
Hex 6 AC BD

RGB Percentages of Color #06acbd

%1.63
%46.87
%51.50

CMYK Percentages of Color #06acbd

%97
%9
%0
%26

Triadic Colors of #06acbd

#06acbd #bd06ac #acbd06

Analogous Colors of #06acbd

#06acbd #0651bd #06bd73

Monochromatic Colors of #06acbd

#06acbd

Complementary Color

#06acbd #bd1706

#06acbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06acbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#06acbd Color CSS Codes

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

#06acbd Text Font Color

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

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


#06acbd Background Color

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

This div background color is #06acbd


#06acbd Border Color

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

This div border color is #06acbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06acbd


Comments

No comments written yet.

Please login to write comment.