Color Hex Logo

#68adbc Color Hex

#68ADBC
(104,173,188)
0 Favorites   0 Comments

Color spaces of #68adbc

RGB 104173188
HSL0.530.390.57
HSV191°45°74°
CMYK 0.450.080.00   0.26
XYZ29.729636.461053.0477
Yxy36.46100.24930.3058
Hunter Lab60.3829-17.7855-9.8195
CIE-Lab66.8707-17.7946-14.4932

#68adbc color RGB value is (104,173,188).

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

The process color (four color CMYK) of #68adbc color hex is 0.45, 0.08, 0.00, 0.26. Web safe color of #68adbc is #6699cc. Color #68adbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101101 10111100
Octal 150 255 274
Decimal 104 173 188
Hex 68 AD BC

RGB Percentages of Color #68adbc

%22.37
%37.20
%40.43

CMYK Percentages of Color #68adbc

%45
%8
%0
%26

Triadic Colors of #68adbc

#68adbc #bc68ad #adbc68

Analogous Colors of #68adbc

#68adbc #6883bc #68bca1

Monochromatic Colors of #68adbc

#68adbc

Complementary Color

#68adbc #bc7768

#68adbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68adbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#68adbc Color CSS Codes

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

#68adbc Text Font Color

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

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


#68adbc Background Color

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

This div background color is #68adbc


#68adbc Border Color

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

This div border color is #68adbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68adbc


Comments

No comments written yet.

Please login to write comment.