Color Hex Logo

#065ebd Color Hex

#065EBD
(6,94,189)
0 Favorites   0 Comments

Color spaces of #065ebd

RGB 694189
HSL0.590.940.38
HSV211°97°74°
CMYK 0.970.500.00   0.26
XYZ13.263111.718249.7069
Yxy11.71820.17760.1569
Hunter Lab34.23199.2539-62.1307
CIE-Lab40.764714.6662-56.1280

#065ebd color RGB value is (6,94,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01011110 10111101
Octal 6 136 275
Decimal 6 94 189
Hex 6 5E BD

RGB Percentages of Color #065ebd

%2.08
%32.53
%65.40

CMYK Percentages of Color #065ebd

%97
%50
%0
%26

Triadic Colors of #065ebd

#065ebd #bd065e #5ebd06

Analogous Colors of #065ebd

#065ebd #0906bd #06babd

Monochromatic Colors of #065ebd

#065ebd

Complementary Color

#065ebd #bd6506

#065ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#065ebd Color CSS Codes

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

#065ebd Text Font Color

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

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


#065ebd Background Color

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

This div background color is #065ebd


#065ebd Border Color

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

This div border color is #065ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065ebd


Comments

No comments written yet.

Please login to write comment.