Color Hex Logo

#06bfcc Color Hex

#06BFCC
(6,191,204)
0 Favorites   0 Comments

Color spaces of #06bfcc

RGB 6191204
HSL0.510.940.41
HSV184°97°80°
CMYK 0.970.060.00   0.20
XYZ29.605041.660063.6076
Yxy41.66000.21950.3089
Hunter Lab64.5446-31.0794-13.2481
CIE-Lab70.6359-34.4988-17.8188

#06bfcc color RGB value is (6,191,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10111111 11001100
Octal 6 277 314
Decimal 6 191 204
Hex 6 BF CC

RGB Percentages of Color #06bfcc

%1.50
%47.63
%50.87

CMYK Percentages of Color #06bfcc

%97
%6
%0
%20

Triadic Colors of #06bfcc

#06bfcc #cc06bf #bfcc06

Analogous Colors of #06bfcc

#06bfcc #065ccc #06cc76

Monochromatic Colors of #06bfcc

#06bfcc

Complementary Color

#06bfcc #cc1306

#06bfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06bfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#06bfcc Color CSS Codes

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

#06bfcc Text Font Color

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

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


#06bfcc Background Color

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

This div background color is #06bfcc


#06bfcc Border Color

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

This div border color is #06bfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06bfcc


Comments

No comments written yet.

Please login to write comment.