Color Hex Logo

#608aae Color Hex

#608AAE
(96,138,174)
0 Favorites   0 Comments

Color spaces of #608aae

RGB 96138174
HSL0.580.330.53
HSV208°45°68°
CMYK 0.450.210.00   0.32
XYZ21.552323.719743.4868
Yxy23.71970.24280.2672
Hunter Lab48.7029-6.2391-18.8480
CIE-Lab55.8061-4.6105-23.4828

#608aae color RGB value is (96,138,174).

#608aae hex color red value is 96, green value is 138 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #608aae hue: 0.58 , saturation: 0.33 and the lightness value of 608aae is 0.53.

The process color (four color CMYK) of #608aae color hex is 0.45, 0.21, 0.00, 0.32. Web safe color of #608aae is #669999. Color #608aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001010 10101110
Octal 140 212 256
Decimal 96 138 174
Hex 60 8A AE

RGB Percentages of Color #608aae

%23.53
%33.82
%42.65

CMYK Percentages of Color #608aae

%45
%21
%0
%32

Triadic Colors of #608aae

#608aae #ae608a #8aae60

Analogous Colors of #608aae

#608aae #6063ae #60aeab

Monochromatic Colors of #608aae

#608aae

Complementary Color

#608aae #ae8460

#608aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#608aae Color CSS Codes

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

#608aae Text Font Color

<p style="color:#608aae">Text here</p>

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


#608aae Background Color

<div style="background-color:#608aae">
Div content here</div>

This div background color is #608aae


#608aae Border Color

<div style="border:3px solid #608aae">
Div here</div>

This div border color is #608aae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,138,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #608aae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #608aae;
  -webkit-box-shadow: 1px 1px 3px 2px #608aae;
  box-shadow:         1px 1px 3px 2px #608aae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,138,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608aae


Comments

No comments written yet.

Please login to write comment.