Color Hex Logo

#06abec Color Hex

#06ABEC
(6,171,236)
0 Favorites   0 Comments

Color spaces of #06abec

RGB 6171236
HSL0.550.950.47
HSV197°97°93°
CMYK 0.970.280.00   0.07
XYZ29.778335.220784.5857
Yxy35.22070.19910.2355
Hunter Lab59.3470-14.2921-42.9615
CIE-Lab65.9201-13.5122-42.6135

#06abec color RGB value is (6,171,236).

#06abec hex color red value is 6, green value is 171 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #06abec hue: 0.55 , saturation: 0.95 and the lightness value of 06abec is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10101011 11101100
Octal 6 253 354
Decimal 6 171 236
Hex 6 AB EC

RGB Percentages of Color #06abec

%1.45
%41.40
%57.14

CMYK Percentages of Color #06abec

%97
%28
%0
%7

Triadic Colors of #06abec

#06abec #ec06ab #abec06

Analogous Colors of #06abec

#06abec #0638ec #06ecba

Monochromatic Colors of #06abec

#06abec

Complementary Color

#06abec #ec4706

#06abec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06abec Color Preview on White Background

Lorem ipsum dolor sit amet.

#06abec Color CSS Codes

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

#06abec Text Font Color

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

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


#06abec Background Color

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

This div background color is #06abec


#06abec Border Color

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

This div border color is #06abec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06abec


Comments

No comments written yet.

Please login to write comment.