Color Hex Logo

#065cac Color Hex

#065CAC
(6,92,172)
0 Favorites   0 Comments

Color spaces of #065cac

RGB 692172
HSL0.580.930.35
HSV209°97°67°
CMYK 0.970.470.00   0.33
XYZ11.348610.671640.4914
Yxy10.67160.18150.1707
Hunter Lab32.66744.8426-50.6230
CIE-Lab39.02189.0466-48.9587

#065cac color RGB value is (6,92,172).

#065cac hex color red value is 6, green value is 92 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #065cac hue: 0.58 , saturation: 0.93 and the lightness value of 065cac is 0.35.

The process color (four color CMYK) of #065cac color hex is 0.97, 0.47, 0.00, 0.33. Web safe color of #065cac is #006699. Color #065cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01011100 10101100
Octal 6 134 254
Decimal 6 92 172
Hex 6 5C AC

RGB Percentages of Color #065cac

%2.22
%34.07
%63.70

CMYK Percentages of Color #065cac

%97
%47
%0
%33

Triadic Colors of #065cac

#065cac #ac065c #5cac06

Analogous Colors of #065cac

#065cac #0609ac #06aca9

Monochromatic Colors of #065cac

#065cac

Complementary Color

#065cac #ac5606

#065cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#065cac Color CSS Codes

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

#065cac Text Font Color

<p style="color:#065cac">Text here</p>

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


#065cac Background Color

<div style="background-color:#065cac">
Div content here</div>

This div background color is #065cac


#065cac Border Color

<div style="border:3px solid #065cac">
Div here</div>

This div border color is #065cac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,92,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #065cac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #065cac;
  -webkit-box-shadow: 1px 1px 3px 2px #065cac;
  box-shadow:         1px 1px 3px 2px #065cac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065cac


Comments

No comments written yet.

Please login to write comment.