Color Hex Logo

#06accc Color Hex

#06ACCC
(6,172,204)
0 Favorites   0 Comments

Color spaces of #06accc

RGB 6172204
HSL0.530.940.41
HSV190°97°80°
CMYK 0.970.160.00   0.20
XYZ25.726733.903462.3148
Yxy33.90340.21100.2780
Hunter Lab58.2266-23.0286-22.6942
CIE-Lab64.8858-25.2121-26.5923

#06accc color RGB value is (6,172,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10101100 11001100
Octal 6 254 314
Decimal 6 172 204
Hex 6 AC CC

RGB Percentages of Color #06accc

%1.57
%45.03
%53.40

CMYK Percentages of Color #06accc

%97
%16
%0
%20

Triadic Colors of #06accc

#06accc #cc06ac #accc06

Analogous Colors of #06accc

#06accc #0649cc #06cc89

Monochromatic Colors of #06accc

#06accc

Complementary Color

#06accc #cc2606

#06accc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06accc Color Preview on White Background

Lorem ipsum dolor sit amet.

#06accc Color CSS Codes

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

#06accc Text Font Color

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

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


#06accc Background Color

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

This div background color is #06accc


#06accc Border Color

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

This div border color is #06accc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06accc


Comments

No comments written yet.

Please login to write comment.