Color Hex Logo

#5896a2 Color Hex

#5896A2
(88,150,162)
0 Favorites   0 Comments

Color spaces of #5896a2

RGB 88150162
HSL0.530.300.49
HSV190°46°64°
CMYK 0.460.070.00   0.36
XYZ21.452426.496038.1660
Yxy26.49600.24910.3077
Hunter Lab51.4743-15.6884-7.9291
CIE-Lab58.5049-16.7152-12.5594

#5896a2 color RGB value is (88,150,162).

#5896a2 hex color red value is 88, green value is 150 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #5896a2 hue: 0.53 , saturation: 0.30 and the lightness value of 5896a2 is 0.49.

The process color (four color CMYK) of #5896a2 color hex is 0.46, 0.07, 0.00, 0.36. Web safe color of #5896a2 is #669999. Color #5896a2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10010110 10100010
Octal 130 226 242
Decimal 88 150 162
Hex 58 96 A2

RGB Percentages of Color #5896a2

%22.00
%37.50
%40.50

CMYK Percentages of Color #5896a2

%46
%7
%0
%36

Triadic Colors of #5896a2

#5896a2 #a25896 #96a258

Analogous Colors of #5896a2

#5896a2 #5871a2 #58a289

Monochromatic Colors of #5896a2

#5896a2

Complementary Color

#5896a2 #a26458

#5896a2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5896a2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5896a2 Color CSS Codes

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

#5896a2 Text Font Color

<p style="color:#5896a2">Text here</p>

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


#5896a2 Background Color

<div style="background-color:#5896a2">
Div content here</div>

This div background color is #5896a2


#5896a2 Border Color

<div style="border:3px solid #5896a2">
Div here</div>

This div border color is #5896a2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,150,162, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5896a2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5896a2;
  -webkit-box-shadow: 1px 1px 3px 2px #5896a2;
  box-shadow:         1px 1px 3px 2px #5896a2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,150,162, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5896a2


Comments

No comments written yet.

Please login to write comment.