Color Hex Logo

#68aabf Color Hex

#68AABF
(104,170,191)
0 Favorites   0 Comments

Color spaces of #68aabf

RGB 104170191
HSL0.540.400.58
HSV194°46°75°
CMYK 0.460.110.00   0.25
XYZ29.487635.454154.5794
Yxy35.45410.24670.2966
Hunter Lab59.5433-15.8025-12.6668
CIE-Lab66.1007-15.3992-17.3211

#68aabf color RGB value is (104,170,191).

#68aabf hex color red value is 104, green value is 170 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #68aabf hue: 0.54 , saturation: 0.40 and the lightness value of 68aabf is 0.58.

The process color (four color CMYK) of #68aabf color hex is 0.46, 0.11, 0.00, 0.25. Web safe color of #68aabf is #6699cc. Color #68aabf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101010 10111111
Octal 150 252 277
Decimal 104 170 191
Hex 68 AA BF

RGB Percentages of Color #68aabf

%22.37
%36.56
%41.08

CMYK Percentages of Color #68aabf

%46
%11
%0
%25

Triadic Colors of #68aabf

#68aabf #bf68aa #aabf68

Analogous Colors of #68aabf

#68aabf #687fbf #68bfa9

Monochromatic Colors of #68aabf

#68aabf

Complementary Color

#68aabf #bf7d68

#68aabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68aabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#68aabf Color CSS Codes

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

#68aabf Text Font Color

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

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


#68aabf Background Color

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

This div background color is #68aabf


#68aabf Border Color

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

This div border color is #68aabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68aabf


Comments

No comments written yet.

Please login to write comment.