Color Hex Logo

#68a7ba Color Hex

#68A7BA
(104,167,186)
0 Favorites   0 Comments

Color spaces of #68a7ba

RGB 104167186
HSL0.540.370.57
HSV194°44°73°
CMYK 0.440.100.00   0.27
XYZ28.390634.125751.5449
Yxy34.12570.24890.2992
Hunter Lab58.4172-15.4796-11.4230
CIE-Lab65.0622-15.1736-16.1109

#68a7ba color RGB value is (104,167,186).

#68a7ba hex color red value is 104, green value is 167 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #68a7ba hue: 0.54 , saturation: 0.37 and the lightness value of 68a7ba is 0.57.

The process color (four color CMYK) of #68a7ba color hex is 0.44, 0.10, 0.00, 0.27. Web safe color of #68a7ba is #6699cc. Color #68a7ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10100111 10111010
Octal 150 247 272
Decimal 104 167 186
Hex 68 A7 BA

RGB Percentages of Color #68a7ba

%22.76
%36.54
%40.70

CMYK Percentages of Color #68a7ba

%44
%10
%0
%27

Triadic Colors of #68a7ba

#68a7ba #ba68a7 #a7ba68

Analogous Colors of #68a7ba

#68a7ba #687eba #68baa4

Monochromatic Colors of #68a7ba

#68a7ba

Complementary Color

#68a7ba #ba7b68

#68a7ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68a7ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#68a7ba Color CSS Codes

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

#68a7ba Text Font Color

<p style="color:#68a7ba">Text here</p>

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


#68a7ba Background Color

<div style="background-color:#68a7ba">
Div content here</div>

This div background color is #68a7ba


#68a7ba Border Color

<div style="border:3px solid #68a7ba">
Div here</div>

This div border color is #68a7ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,167,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68a7ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68a7ba;
  -webkit-box-shadow: 1px 1px 3px 2px #68a7ba;
  box-shadow:         1px 1px 3px 2px #68a7ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,167,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68a7ba


Comments

No comments written yet.

Please login to write comment.