Color Hex Logo

#609eab Color Hex

#609EAB
(96,158,171)
0 Favorites   0 Comments

Color spaces of #609eab

RGB 96158171
HSL0.530.310.52
HSV190°44°67°
CMYK 0.440.080.00   0.33
XYZ24.401429.880843.0096
Yxy29.88080.25080.3071
Hunter Lab54.6633-15.9795-8.3856
CIE-Lab61.5512-16.4909-13.0366

#609eab color RGB value is (96,158,171).

#609eab hex color red value is 96, green value is 158 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #609eab hue: 0.53 , saturation: 0.31 and the lightness value of 609eab is 0.52.

The process color (four color CMYK) of #609eab color hex is 0.44, 0.08, 0.00, 0.33. Web safe color of #609eab is #669999. Color #609eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011110 10101011
Octal 140 236 253
Decimal 96 158 171
Hex 60 9E AB

RGB Percentages of Color #609eab

%22.59
%37.18
%40.24

CMYK Percentages of Color #609eab

%44
%8
%0
%33

Triadic Colors of #609eab

#609eab #ab609e #9eab60

Analogous Colors of #609eab

#609eab #6079ab #60ab93

Monochromatic Colors of #609eab

#609eab

Complementary Color

#609eab #ab6d60

#609eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#609eab Color CSS Codes

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

#609eab Text Font Color

<p style="color:#609eab">Text here</p>

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


#609eab Background Color

<div style="background-color:#609eab">
Div content here</div>

This div background color is #609eab


#609eab Border Color

<div style="border:3px solid #609eab">
Div here</div>

This div border color is #609eab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,158,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #609eab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #609eab;
  -webkit-box-shadow: 1px 1px 3px 2px #609eab;
  box-shadow:         1px 1px 3px 2px #609eab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609eab


Comments

No comments written yet.

Please login to write comment.