Color Hex Logo

#06a8cb Color Hex

#06A8CB
(6,168,203)
0 Favorites   0 Comments

Color spaces of #06a8cb

RGB 6168203
HSL0.530.940.41
HSV191°97°80°
CMYK 0.970.170.00   0.20
XYZ24.857232.355861.4351
Yxy32.35580.20950.2727
Hunter Lab56.8822-21.5402-24.2182
CIE-Lab63.6359-23.5100-27.9623

#06a8cb color RGB value is (6,168,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10101000 11001011
Octal 6 250 313
Decimal 6 168 203
Hex 6 A8 CB

RGB Percentages of Color #06a8cb

%1.59
%44.56
%53.85

CMYK Percentages of Color #06a8cb

%97
%17
%0
%20

Triadic Colors of #06a8cb

#06a8cb #cb06a8 #a8cb06

Analogous Colors of #06a8cb

#06a8cb #0646cb #06cb8c

Monochromatic Colors of #06a8cb

#06a8cb

Complementary Color

#06a8cb #cb2906

#06a8cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06a8cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#06a8cb Color CSS Codes

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

#06a8cb Text Font Color

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

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


#06a8cb Background Color

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

This div background color is #06a8cb


#06a8cb Border Color

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

This div border color is #06a8cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06a8cb


Comments

No comments written yet.

Please login to write comment.