Color Hex Logo

#065aec Color Hex

#065AEC
(6,90,236)
0 Favorites   0 Comments

Color spaces of #065aec

RGB 690236
HSL0.610.950.47
HSV218°97°93°
CMYK 0.970.620.00   0.07
XYZ18.871613.407280.9501
Yxy13.40720.16670.1184
Hunter Lab36.615827.9202-105.4469
CIE-Lab43.370535.7862-78.8194

#065aec color RGB value is (6,90,236).

#065aec hex color red value is 6, green value is 90 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #065aec hue: 0.61 , saturation: 0.95 and the lightness value of 065aec is 0.47.

The process color (four color CMYK) of #065aec color hex is 0.97, 0.62, 0.00, 0.07. Web safe color of #065aec is #0066ff. Color #065aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01011010 11101100
Octal 6 132 354
Decimal 6 90 236
Hex 6 5A EC

RGB Percentages of Color #065aec

%1.81
%27.11
%71.08

CMYK Percentages of Color #065aec

%97
%62
%0
%7

Triadic Colors of #065aec

#065aec #ec065a #5aec06

Analogous Colors of #065aec

#065aec #2506ec #06cdec

Monochromatic Colors of #065aec

#065aec

Complementary Color

#065aec #ec9806

#065aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#065aec Color CSS Codes

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

#065aec Text Font Color

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

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


#065aec Background Color

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

This div background color is #065aec


#065aec Border Color

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

This div border color is #065aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065aec


Comments

No comments written yet.

Please login to write comment.