Color Hex Logo

#006daa Color Hex

#006DAA
(0,109,170)
0 Favorites   0 Comments

Color spaces of #006daa

RGB 0109170
HSL0.561.000.33
HSV202°100°67°
CMYK 1.000.360.00   0.33
XYZ12.724313.839640.0309
Yxy13.83960.19110.2078
Hunter Lab37.2016-4.0494-37.7580
CIE-Lab44.0020-2.8482-39.8248

#006daa color RGB value is (0,109,170).

#006daa hex color red value is 0, green value is 109 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #006daa hue: 0.56 , saturation: 1.00 and the lightness value of 006daa is 0.33.

The process color (four color CMYK) of #006daa color hex is 1.00, 0.36, 0.00, 0.33. Web safe color of #006daa is #006699. Color #006daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01101101 10101010
Octal 0 155 252
Decimal 0 109 170
Hex 0 6D AA

RGB Percentages of Color #006daa

%0.00
%39.07
%60.93

CMYK Percentages of Color #006daa

%100
%36
%0
%33

Triadic Colors of #006daa

#006daa #aa006d #6daa00

Analogous Colors of #006daa

#006daa #0018aa #00aa92

Monochromatic Colors of #006daa

#006daa

Complementary Color

#006daa #aa3d00

#006daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#006daa Color CSS Codes

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

#006daa Text Font Color

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

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


#006daa Background Color

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

This div background color is #006daa


#006daa Border Color

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

This div border color is #006daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #006daa

#006daa Color Palettes


Comments

No comments written yet.

Please login to write comment.