Color Hex Logo

#06aafe Color Hex

#06AAFE
(6,170,254)
0 Favorites   0 Comments

Color spaces of #06aafe

RGB 6170254
HSL0.560.990.51
HSV200°98°100°
CMYK 0.980.330.00   0.00
XYZ32.339235.943998.9993
Yxy35.94390.19330.2149
Hunter Lab59.9532-8.6340-55.9369
CIE-Lab66.4770-6.4443-51.5537

#06aafe color RGB value is (6,170,254).

#06aafe hex color red value is 6, green value is 170 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #06aafe hue: 0.56 , saturation: 0.99 and the lightness value of 06aafe is 0.51.

The process color (four color CMYK) of #06aafe color hex is 0.98, 0.33, 0.00, 0.00. Web safe color of #06aafe is #0099ff. Color #06aafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10101010 11111110
Octal 6 252 376
Decimal 6 170 254
Hex 6 AA FE

RGB Percentages of Color #06aafe

%1.40
%39.53
%59.07

CMYK Percentages of Color #06aafe

%98
%33
%0
%0

Triadic Colors of #06aafe

#06aafe #fe06aa #aafe06

Analogous Colors of #06aafe

#06aafe #062efe #06fed6

Monochromatic Colors of #06aafe

#06aafe

Complementary Color

#06aafe #fe5a06

#06aafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06aafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#06aafe Color CSS Codes

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

#06aafe Text Font Color

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

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


#06aafe Background Color

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

This div background color is #06aafe


#06aafe Border Color

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

This div border color is #06aafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06aafe

Related Colors


Comments

No comments written yet.

Please login to write comment.