Color Hex Logo

#68aabe Color Hex

#68AABE
(104,170,190)
0 Favorites   0 Comments

Color spaces of #68aabe

RGB 104170190
HSL0.540.400.58
HSV194°45°75°
CMYK 0.450.110.00   0.25
XYZ29.377935.410254.0017
Yxy35.41020.24730.2981
Hunter Lab59.5065-16.0122-12.1507
CIE-Lab66.0668-15.6733-16.8170

#68aabe color RGB value is (104,170,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101010 10111110
Octal 150 252 276
Decimal 104 170 190
Hex 68 AA BE

RGB Percentages of Color #68aabe

%22.41
%36.64
%40.95

CMYK Percentages of Color #68aabe

%45
%11
%0
%25

Triadic Colors of #68aabe

#68aabe #be68aa #aabe68

Analogous Colors of #68aabe

#68aabe #687fbe #68bea7

Monochromatic Colors of #68aabe

#68aabe

Complementary Color

#68aabe #be7c68

#68aabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68aabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#68aabe Color CSS Codes

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

#68aabe Text Font Color

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

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


#68aabe Background Color

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

This div background color is #68aabe


#68aabe Border Color

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

This div border color is #68aabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68aabe


Comments

No comments written yet.

Please login to write comment.