Color Hex Logo

#065ebc Color Hex

#065EBC
(6,94,188)
0 Favorites   0 Comments

Color spaces of #065ebc

RGB 694188
HSL0.590.940.38
HSV211°97°74°
CMYK 0.970.500.00   0.26
XYZ13.154911.675049.1371
Yxy11.67500.17780.1578
Hunter Lab34.16878.9270-61.3453
CIE-Lab40.694914.2601-55.6577

#065ebc color RGB value is (6,94,188).

#065ebc hex color red value is 6, green value is 94 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #065ebc hue: 0.59 , saturation: 0.94 and the lightness value of 065ebc is 0.38.

The process color (four color CMYK) of #065ebc color hex is 0.97, 0.50, 0.00, 0.26. Web safe color of #065ebc is #0066cc. Color #065ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01011110 10111100
Octal 6 136 274
Decimal 6 94 188
Hex 6 5E BC

RGB Percentages of Color #065ebc

%2.08
%32.64
%65.28

CMYK Percentages of Color #065ebc

%97
%50
%0
%26

Triadic Colors of #065ebc

#065ebc #bc065e #5ebc06

Analogous Colors of #065ebc

#065ebc #0906bc #06b9bc

Monochromatic Colors of #065ebc

#065ebc

Complementary Color

#065ebc #bc6406

#065ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#065ebc Color CSS Codes

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

#065ebc Text Font Color

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

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


#065ebc Background Color

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

This div background color is #065ebc


#065ebc Border Color

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

This div border color is #065ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065ebc


Comments

No comments written yet.

Please login to write comment.