Color Hex Logo

#006aae Color Hex

#006AAE
(0,106,174)
0 Favorites   0 Comments

Color spaces of #006aae

RGB 0106174
HSL0.571.000.34
HSV203°100°68°
CMYK 1.000.390.00   0.32
XYZ12.794013.364141.9496
Yxy13.36410.18780.1962
Hunter Lab36.5569-1.5042-42.4462
CIE-Lab43.30680.6145-43.2769

#006aae color RGB value is (0,106,174).

#006aae hex color red value is 0, green value is 106 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #006aae hue: 0.57 , saturation: 1.00 and the lightness value of 006aae is 0.34.

The process color (four color CMYK) of #006aae color hex is 1.00, 0.39, 0.00, 0.32. Web safe color of #006aae is #006699. Color #006aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01101010 10101110
Octal 0 152 256
Decimal 0 106 174
Hex 0 6A AE

RGB Percentages of Color #006aae

%0.00
%37.86
%62.14

CMYK Percentages of Color #006aae

%100
%39
%0
%32

Triadic Colors of #006aae

#006aae #ae006a #6aae00

Analogous Colors of #006aae

#006aae #0013ae #00ae9b

Monochromatic Colors of #006aae

#006aae

Complementary Color

#006aae #ae4400

#006aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#006aae Color CSS Codes

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

#006aae Text Font Color

<p style="color:#006aae">Text here</p>

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


#006aae Background Color

<div style="background-color:#006aae">
Div content here</div>

This div background color is #006aae


#006aae Border Color

<div style="border:3px solid #006aae">
Div here</div>

This div border color is #006aae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,106,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #006aae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #006aae;
  -webkit-box-shadow: 1px 1px 3px 2px #006aae;
  box-shadow:         1px 1px 3px 2px #006aae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #006aae


Comments

No comments written yet.

Please login to write comment.