Color Hex Logo

#065aeb Color Hex

#065AEB
(6,90,235)
0 Favorites   0 Comments

Color spaces of #065aeb

RGB 690235
HSL0.610.950.47
HSV218°97°92°
CMYK 0.970.620.00   0.08
XYZ18.726713.349280.1869
Yxy13.34920.16680.1189
Hunter Lab36.536627.5507-104.5484
CIE-Lab43.284835.4073-78.3960

#065aeb color RGB value is (6,90,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01011010 11101011
Octal 6 132 353
Decimal 6 90 235
Hex 6 5A EB

RGB Percentages of Color #065aeb

%1.81
%27.19
%71.00

CMYK Percentages of Color #065aeb

%97
%62
%0
%8

Triadic Colors of #065aeb

#065aeb #eb065a #5aeb06

Analogous Colors of #065aeb

#065aeb #2406eb #06cdeb

Monochromatic Colors of #065aeb

#065aeb

Complementary Color

#065aeb #eb9706

#065aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#065aeb Color CSS Codes

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

#065aeb Text Font Color

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

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


#065aeb Background Color

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

This div background color is #065aeb


#065aeb Border Color

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

This div border color is #065aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065aeb


Comments

No comments written yet.

Please login to write comment.