Color Hex Logo

#06abea Color Hex

#06ABEA
(6,171,234)
0 Favorites   0 Comments

Color spaces of #06abea

RGB 6171234
HSL0.550.950.47
HSV197°97°92°
CMYK 0.970.270.00   0.08
XYZ29.489335.105183.0636
Yxy35.10510.19970.2377
Hunter Lab59.2496-14.8449-41.6456
CIE-Lab65.8304-14.2277-41.6587

#06abea color RGB value is (6,171,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10101011 11101010
Octal 6 253 352
Decimal 6 171 234
Hex 6 AB EA

RGB Percentages of Color #06abea

%1.46
%41.61
%56.93

CMYK Percentages of Color #06abea

%97
%27
%0
%8

Triadic Colors of #06abea

#06abea #ea06ab #abea06

Analogous Colors of #06abea

#06abea #0639ea #06eab7

Monochromatic Colors of #06abea

#06abea

Complementary Color

#06abea #ea4506

#06abea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06abea Color Preview on White Background

Lorem ipsum dolor sit amet.

#06abea Color CSS Codes

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

#06abea Text Font Color

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

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


#06abea Background Color

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

This div background color is #06abea


#06abea Border Color

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

This div border color is #06abea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06abea


Comments

No comments written yet.

Please login to write comment.