Color Hex Logo

#006dae Color Hex

#006DAE
(0,109,174)
0 Favorites   0 Comments

Color spaces of #006dae

RGB 0109174
HSL0.561.000.34
HSV202°100°68°
CMYK 1.000.370.00   0.32
XYZ13.108613.993342.0545
Yxy13.99330.18960.2023
Hunter Lab37.4076-2.9123-40.4698
CIE-Lab44.2233-1.2526-41.8179

#006dae color RGB value is (0,109,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01101101 10101110
Octal 0 155 256
Decimal 0 109 174
Hex 0 6D AE

RGB Percentages of Color #006dae

%0.00
%38.52
%61.48

CMYK Percentages of Color #006dae

%100
%37
%0
%32

Triadic Colors of #006dae

#006dae #ae006d #6dae00

Analogous Colors of #006dae

#006dae #0016ae #00ae98

Monochromatic Colors of #006dae

#006dae

Complementary Color

#006dae #ae4100

#006dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#006dae Color CSS Codes

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

#006dae Text Font Color

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

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


#006dae Background Color

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

This div background color is #006dae


#006dae Border Color

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

This div border color is #006dae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,109,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 #006dae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #006dae


Comments

No comments written yet.

Please login to write comment.