Color Hex Logo

#06abe1 Color Hex

#06ABE1
(6,171,225)
0 Favorites   0 Comments

Color spaces of #06abe1

RGB 6171225
HSL0.540.950.45
HSV195°97°88°
CMYK 0.970.240.00   0.12
XYZ28.228634.600876.4250
Yxy34.60080.20270.2485
Hunter Lab58.8224-17.2780-35.8568
CIE-Lab65.4367-17.4246-37.3333

#06abe1 color RGB value is (6,171,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10101011 11100001
Octal 6 253 341
Decimal 6 171 225
Hex 6 AB E1

RGB Percentages of Color #06abe1

%1.49
%42.54
%55.97

CMYK Percentages of Color #06abe1

%97
%24
%0
%12

Triadic Colors of #06abe1

#06abe1 #e106ab #abe106

Analogous Colors of #06abe1

#06abe1 #063ee1 #06e1aa

Monochromatic Colors of #06abe1

#06abe1

Complementary Color

#06abe1 #e13c06

#06abe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06abe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#06abe1 Color CSS Codes

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

#06abe1 Text Font Color

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

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


#06abe1 Background Color

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

This div background color is #06abe1


#06abe1 Border Color

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

This div border color is #06abe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06abe1


Comments

No comments written yet.

Please login to write comment.