Color Hex Logo

#06aeeb Color Hex

#06AEEB
(6,174,235)
0 Favorites   0 Comments

Color spaces of #06aeeb

RGB 6174235
HSL0.540.950.47
HSV196°97°92°
CMYK 0.970.260.00   0.08
XYZ30.206636.309084.0135
Yxy36.30900.20070.2412
Hunter Lab60.2569-15.9682-40.4855
CIE-Lab66.7554-15.4920-40.7579

#06aeeb color RGB value is (6,174,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10101110 11101011
Octal 6 256 353
Decimal 6 174 235
Hex 6 AE EB

RGB Percentages of Color #06aeeb

%1.45
%41.93
%56.63

CMYK Percentages of Color #06aeeb

%97
%26
%0
%8

Triadic Colors of #06aeeb

#06aeeb #eb06ae #aeeb06

Analogous Colors of #06aeeb

#06aeeb #063ceb #06ebb6

Monochromatic Colors of #06aeeb

#06aeeb

Complementary Color

#06aeeb #eb4306

#06aeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06aeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#06aeeb Color CSS Codes

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

#06aeeb Text Font Color

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

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


#06aeeb Background Color

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

This div background color is #06aeeb


#06aeeb Border Color

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

This div border color is #06aeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06aeeb


Comments

No comments written yet.

Please login to write comment.