Color Hex Logo

#68baaf Color Hex

#68BAAF
(104,186,175)
0 Favorites   0 Comments

Color spaces of #68baaf

RGB 104186175
HSL0.480.370.57
HSV172°44°73°
CMYK 0.440.000.06   0.27
XYZ31.005741.156046.8672
Yxy41.15600.26050.3458
Hunter Lab64.1529-25.99701.5925
CIE-Lab70.2851-27.7236-2.2405

#68baaf color RGB value is (104,186,175).

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

The process color (four color CMYK) of #68baaf color hex is 0.44, 0.00, 0.06, 0.27. Web safe color of #68baaf is #66cc99. Color #68baaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10111010 10101111
Octal 150 272 257
Decimal 104 186 175
Hex 68 BA AF

RGB Percentages of Color #68baaf

%22.37
%40.00
%37.63

CMYK Percentages of Color #68baaf

%44
%0
%6
%27

Triadic Colors of #68baaf

#68baaf #af68ba #baaf68

Analogous Colors of #68baaf

#68baaf #689cba #68ba86

Monochromatic Colors of #68baaf

#68baaf

Complementary Color

#68baaf #ba6873

#68baaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68baaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#68baaf Color CSS Codes

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

#68baaf Text Font Color

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

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


#68baaf Background Color

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

This div background color is #68baaf


#68baaf Border Color

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

This div border color is #68baaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68baaf


Comments

No comments written yet.

Please login to write comment.