Color Hex Logo

#68adba Color Hex

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

Color spaces of #68adba

RGB 104173186
HSL0.530.370.57
HSV190°44°73°
CMYK 0.440.070.00   0.27
XYZ29.515436.375451.9199
Yxy36.37540.25050.3088
Hunter Lab60.3120-18.1920-8.8217
CIE-Lab66.8058-18.3320-13.4819

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

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

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

Base Numbers

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

RGB Percentages of Color #68adba

%22.46
%37.37
%40.17

CMYK Percentages of Color #68adba

%44
%7
%0
%27

Triadic Colors of #68adba

#68adba #ba68ad #adba68

Analogous Colors of #68adba

#68adba #6884ba #68ba9e

Monochromatic Colors of #68adba

#68adba

Complementary Color

#68adba #ba7568

#68adba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68adba Color Preview on White Background

Lorem ipsum dolor sit amet.

#68adba Color CSS Codes

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

#68adba Text Font Color

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

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


#68adba Background Color

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

This div background color is #68adba


#68adba Border Color

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

This div border color is #68adba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68adba


Comments

No comments written yet.

Please login to write comment.