Color Hex Logo

#068ead Color Hex

#068EAD
(6,142,173)
0 Favorites   0 Comments

Color spaces of #068ead

RGB 6142173
HSL0.530.930.35
HSV191°97°68°
CMYK 0.970.180.00   0.32
XYZ17.290922.401942.9478
Yxy22.40190.20920.2711
Hunter Lab47.3306-17.6188-20.6683
CIE-Lab54.4509-20.3567-25.2083

#068ead color RGB value is (6,142,173).

#068ead hex color red value is 6, green value is 142 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #068ead hue: 0.53 , saturation: 0.93 and the lightness value of 068ead is 0.35.

The process color (four color CMYK) of #068ead color hex is 0.97, 0.18, 0.00, 0.32. Web safe color of #068ead is #009999. Color #068ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10001110 10101101
Octal 6 216 255
Decimal 6 142 173
Hex 6 8E AD

RGB Percentages of Color #068ead

%1.87
%44.24
%53.89

CMYK Percentages of Color #068ead

%97
%18
%0
%32

Triadic Colors of #068ead

#068ead #ad068e #8ead06

Analogous Colors of #068ead

#068ead #063bad #06ad79

Monochromatic Colors of #068ead

#068ead

Complementary Color

#068ead #ad2506

#068ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#068ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#068ead Color CSS Codes

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

#068ead Text Font Color

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

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


#068ead Background Color

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

This div background color is #068ead


#068ead Border Color

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

This div border color is #068ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #068ead


Comments

No comments written yet.

Please login to write comment.