Color Hex Logo

#68baad Color Hex

#68BAAD
(104,186,173)
0 Favorites   0 Comments

Color spaces of #68baad

RGB 104186173
HSL0.470.370.57
HSV170°44°73°
CMYK 0.440.000.07   0.27
XYZ30.810741.078045.8401
Yxy41.07800.26170.3489
Hunter Lab64.0921-26.35182.4590
CIE-Lab70.2305-28.2116-1.2233

#68baad color RGB value is (104,186,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10111010 10101101
Octal 150 272 255
Decimal 104 186 173
Hex 68 BA AD

RGB Percentages of Color #68baad

%22.46
%40.17
%37.37

CMYK Percentages of Color #68baad

%44
%0
%7
%27

Triadic Colors of #68baad

#68baad #ad68ba #baad68

Analogous Colors of #68baad

#68baad #689eba #68ba84

Monochromatic Colors of #68baad

#68baad

Complementary Color

#68baad #ba6875

#68baad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68baad Color Preview on White Background

Lorem ipsum dolor sit amet.

#68baad Color CSS Codes

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

#68baad Text Font Color

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

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


#68baad Background Color

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

This div background color is #68baad


#68baad Border Color

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

This div border color is #68baad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,186,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 #68baad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68baad


Comments

No comments written yet.

Please login to write comment.