Color Hex Logo

#068eeb Color Hex

#068EEB
(6,142,235)
0 Favorites   0 Comments

Color spaces of #068eeb

RGB 6142235
HSL0.570.950.47
HSV204°97°92°
CMYK 0.970.400.00   0.08
XYZ24.743525.382982.1925
Yxy25.38290.18700.1918
Hunter Lab50.3814-0.5020-61.4589
CIE-Lab57.44662.6796-55.4724

#068eeb color RGB value is (6,142,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10001110 11101011
Octal 6 216 353
Decimal 6 142 235
Hex 6 8E EB

RGB Percentages of Color #068eeb

%1.57
%37.08
%61.36

CMYK Percentages of Color #068eeb

%97
%40
%0
%8

Triadic Colors of #068eeb

#068eeb #eb068e #8eeb06

Analogous Colors of #068eeb

#068eeb #061beb #06ebd6

Monochromatic Colors of #068eeb

#068eeb

Complementary Color

#068eeb #eb6306

#068eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#068eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#068eeb Color CSS Codes

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

#068eeb Text Font Color

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

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


#068eeb Background Color

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

This div background color is #068eeb


#068eeb Border Color

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

This div border color is #068eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #068eeb


Comments

No comments written yet.

Please login to write comment.