Color Hex Logo

#68acbd Color Hex

#68ACBD
(104,172,189)
0 Favorites   0 Comments

Color spaces of #68acbd

RGB 104172189
HSL0.530.390.57
HSV192°45°74°
CMYK 0.450.090.00   0.26
XYZ29.646836.122253.5539
Yxy36.12220.24850.3027
Hunter Lab60.1017-17.1281-10.7594
CIE-Lab66.6132-17.0002-15.4362

#68acbd color RGB value is (104,172,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101100 10111101
Octal 150 254 275
Decimal 104 172 189
Hex 68 AC BD

RGB Percentages of Color #68acbd

%22.37
%36.99
%40.65

CMYK Percentages of Color #68acbd

%45
%9
%0
%26

Triadic Colors of #68acbd

#68acbd #bd68ac #acbd68

Analogous Colors of #68acbd

#68acbd #6882bd #68bda4

Monochromatic Colors of #68acbd

#68acbd

Complementary Color

#68acbd #bd7968

#68acbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68acbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#68acbd Color CSS Codes

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

#68acbd Text Font Color

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

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


#68acbd Background Color

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

This div background color is #68acbd


#68acbd Border Color

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

This div border color is #68acbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68acbd


Comments

No comments written yet.

Please login to write comment.