Color Hex Logo

#06afbc Color Hex

#06AFBC
(6,175,188)
0 Favorites   0 Comments

Color spaces of #06afbc

RGB 6175188
HSL0.510.940.38
HSV184°97°74°
CMYK 0.970.070.00   0.26
XYZ24.482234.329552.9129
Yxy34.32950.21910.3073
Hunter Lab58.5914-27.9493-12.5298
CIE-Lab65.2233-31.9683-17.2002

#06afbc color RGB value is (6,175,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10101111 10111100
Octal 6 257 274
Decimal 6 175 188
Hex 6 AF BC

RGB Percentages of Color #06afbc

%1.63
%47.43
%50.95

CMYK Percentages of Color #06afbc

%97
%7
%0
%26

Triadic Colors of #06afbc

#06afbc #bc06af #afbc06

Analogous Colors of #06afbc

#06afbc #0654bc #06bc6e

Monochromatic Colors of #06afbc

#06afbc

Complementary Color

#06afbc #bc1306

#06afbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06afbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#06afbc Color CSS Codes

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

#06afbc Text Font Color

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

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


#06afbc Background Color

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

This div background color is #06afbc


#06afbc Border Color

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

This div border color is #06afbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06afbc


Comments

No comments written yet.

Please login to write comment.