Color Hex Logo

#0598af Color Hex

#0598AF
(5,152,175)
0 Favorites   0 Comments

Color spaces of #0598af

RGB 5152175
HSL0.520.940.35
HSV188°97°69°
CMYK 0.970.130.00   0.31
XYZ19.028725.583944.4927
Yxy25.58390.21360.2871
Hunter Lab50.5805-21.3632-16.7475
CIE-Lab57.6400-24.9129-21.4479

#0598af color RGB value is (5,152,175).

#0598af hex color red value is 5, green value is 152 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #0598af hue: 0.52 , saturation: 0.94 and the lightness value of 0598af is 0.35.

The process color (four color CMYK) of #0598af color hex is 0.97, 0.13, 0.00, 0.31. Web safe color of #0598af is #009999. Color #0598af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10011000 10101111
Octal 5 230 257
Decimal 5 152 175
Hex 5 98 AF

RGB Percentages of Color #0598af

%1.51
%45.78
%52.71

CMYK Percentages of Color #0598af

%97
%13
%0
%31

Triadic Colors of #0598af

#0598af #af0598 #98af05

Analogous Colors of #0598af

#0598af #0543af #05af71

Monochromatic Colors of #0598af

#0598af

Complementary Color

#0598af #af1c05

#0598af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0598af Color Preview on White Background

Lorem ipsum dolor sit amet.

#0598af Color CSS Codes

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

#0598af Text Font Color

<p style="color:#0598af">Text here</p>

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


#0598af Background Color

<div style="background-color:#0598af">
Div content here</div>

This div background color is #0598af


#0598af Border Color

<div style="border:3px solid #0598af">
Div here</div>

This div border color is #0598af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,152,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0598af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0598af;
  -webkit-box-shadow: 1px 1px 3px 2px #0598af;
  box-shadow:         1px 1px 3px 2px #0598af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,152,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0598af


Comments

No comments written yet.

Please login to write comment.