Color Hex Logo

#68aacb Color Hex

#68AACB
(104,170,203)
0 Favorites   0 Comments

Color spaces of #68aacb

RGB 104170203
HSL0.560.490.60
HSV200°49°80°
CMYK 0.490.160.00   0.20
XYZ30.863136.004361.8228
Yxy36.00430.23980.2798
Hunter Lab60.0036-13.1940-19.0851
CIE-Lab66.5232-12.0371-23.3310

#68aacb color RGB value is (104,170,203).

#68aacb hex color red value is 104, green value is 170 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #68aacb hue: 0.56 , saturation: 0.49 and the lightness value of 68aacb is 0.60.

The process color (four color CMYK) of #68aacb color hex is 0.49, 0.16, 0.00, 0.20. Web safe color of #68aacb is #6699cc. Color #68aacb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101010 11001011
Octal 150 252 313
Decimal 104 170 203
Hex 68 AA CB

RGB Percentages of Color #68aacb

%21.80
%35.64
%42.56

CMYK Percentages of Color #68aacb

%49
%16
%0
%20

Triadic Colors of #68aacb

#68aacb #cb68aa #aacb68

Analogous Colors of #68aacb

#68aacb #6879cb #68cbbb

Monochromatic Colors of #68aacb

#68aacb

Complementary Color

#68aacb #cb8968

#68aacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68aacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#68aacb Color CSS Codes

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

#68aacb Text Font Color

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

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


#68aacb Background Color

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

This div background color is #68aacb


#68aacb Border Color

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

This div border color is #68aacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68aacb


Comments

No comments written yet.

Please login to write comment.