Color Hex Logo

#5892ba Color Hex

#5892BA
(88,146,186)
0 Favorites   0 Comments

Color spaces of #5892ba

RGB 88146186
HSL0.570.420.54
HSV204°53°73°
CMYK 0.530.220.00   0.27
XYZ23.166326.177650.2862
Yxy26.17760.23250.2627
Hunter Lab51.1640-8.7150-22.4579
CIE-Lab58.2052-7.5233-26.6540

#5892ba color RGB value is (88,146,186).

#5892ba hex color red value is 88, green value is 146 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5892ba hue: 0.57 , saturation: 0.42 and the lightness value of 5892ba is 0.54.

The process color (four color CMYK) of #5892ba color hex is 0.53, 0.22, 0.00, 0.27. Web safe color of #5892ba is #6699cc. Color #5892ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10010010 10111010
Octal 130 222 272
Decimal 88 146 186
Hex 58 92 BA

RGB Percentages of Color #5892ba

%20.95
%34.76
%44.29

CMYK Percentages of Color #5892ba

%53
%22
%0
%27

Triadic Colors of #5892ba

#5892ba #ba5892 #92ba58

Analogous Colors of #5892ba

#5892ba #5861ba #58bab1

Monochromatic Colors of #5892ba

#5892ba

Complementary Color

#5892ba #ba8058

#5892ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5892ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5892ba Color CSS Codes

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

#5892ba Text Font Color

<p style="color:#5892ba">Text here</p>

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


#5892ba Background Color

<div style="background-color:#5892ba">
Div content here</div>

This div background color is #5892ba


#5892ba Border Color

<div style="border:3px solid #5892ba">
Div here</div>

This div border color is #5892ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,146,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5892ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5892ba;
  -webkit-box-shadow: 1px 1px 3px 2px #5892ba;
  box-shadow:         1px 1px 3px 2px #5892ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5892ba


Comments

No comments written yet.

Please login to write comment.