Color Hex Logo

#060eeb Color Hex

#060EEB
(6,14,235)
0 Favorites   0 Comments

Color spaces of #060eeb

RGB 614235
HSL0.660.950.47
HSV238°97°92°
CMYK 0.970.940.00   0.08
XYZ15.22756.351079.0205
Yxy6.35100.15140.0631
Hunter Lab25.201263.7543-168.2681
CIE-Lab30.281372.0723-99.9358

#060eeb color RGB value is (6,14,235).

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

The process color (four color CMYK) of #060eeb color hex is 0.97, 0.94, 0.00, 0.08. Web safe color of #060eeb is #0000ff. Color #060eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00001110 11101011
Octal 6 16 353
Decimal 6 14 235
Hex 6 E EB

RGB Percentages of Color #060eeb

%2.35
%5.49
%92.16

CMYK Percentages of Color #060eeb

%97
%94
%0
%8

Triadic Colors of #060eeb

#060eeb #eb060e #0eeb06

Analogous Colors of #060eeb

#060eeb #7106eb #0681eb

Monochromatic Colors of #060eeb

#060eeb

Complementary Color

#060eeb #ebe306

#060eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#060eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#060eeb Color CSS Codes

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

#060eeb Text Font Color

<p style="color:#060eeb">Text here</p>

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


#060eeb Background Color

<div style="background-color:#060eeb">
Div content here</div>

This div background color is #060eeb


#060eeb Border Color

<div style="border:3px solid #060eeb">
Div here</div>

This div border color is #060eeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,14,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 #060eeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #060eeb


Comments

No comments written yet.

Please login to write comment.