Color Hex Logo

#608eae Color Hex

#608EAE
(96,142,174)
0 Favorites   0 Comments

Color spaces of #608eae

RGB 96142174
HSL0.570.330.53
HSV205°45°68°
CMYK 0.450.180.00   0.32
XYZ22.136924.888843.6817
Yxy24.88880.24400.2744
Hunter Lab49.8887-8.1001-16.9913
CIE-Lab56.9669-6.8820-21.7010

#608eae color RGB value is (96,142,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001110 10101110
Octal 140 216 256
Decimal 96 142 174
Hex 60 8E AE

RGB Percentages of Color #608eae

%23.30
%34.47
%42.23

CMYK Percentages of Color #608eae

%45
%18
%0
%32

Triadic Colors of #608eae

#608eae #ae608e #8eae60

Analogous Colors of #608eae

#608eae #6067ae #60aea7

Monochromatic Colors of #608eae

#608eae

Complementary Color

#608eae #ae8060

#608eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#608eae Color CSS Codes

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

#608eae Text Font Color

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

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


#608eae Background Color

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

This div background color is #608eae


#608eae Border Color

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

This div border color is #608eae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,142,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 #608eae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608eae


Comments

No comments written yet.

Please login to write comment.