Color Hex Logo

#068ebc Color Hex

#068EBC
(6,142,188)
0 Favorites   0 Comments

Color spaces of #068ebc

RGB 6142188
HSL0.540.940.38
HSV195°97°74°
CMYK 0.970.240.00   0.26
XYZ18.825223.015651.0272
Yxy23.01560.20270.2478
Hunter Lab47.9746-13.9122-29.4804
CIE-Lab55.0884-14.9613-32.7835

#068ebc color RGB value is (6,142,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10001110 10111100
Octal 6 216 274
Decimal 6 142 188
Hex 6 8E BC

RGB Percentages of Color #068ebc

%1.79
%42.26
%55.95

CMYK Percentages of Color #068ebc

%97
%24
%0
%26

Triadic Colors of #068ebc

#068ebc #bc068e #8ebc06

Analogous Colors of #068ebc

#068ebc #0633bc #06bc8f

Monochromatic Colors of #068ebc

#068ebc

Complementary Color

#068ebc #bc3406

#068ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#068ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#068ebc Color CSS Codes

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

#068ebc Text Font Color

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

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


#068ebc Background Color

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

This div background color is #068ebc


#068ebc Border Color

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

This div border color is #068ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #068ebc


Comments

No comments written yet.

Please login to write comment.