Color Hex Logo

#0098b6 Color Hex

#0098B6
(0,152,182)
0 Favorites   0 Comments

Color spaces of #0098b6

RGB 0152182
HSL0.531.000.36
HSV190°100°71°
CMYK 1.000.160.00   0.29
XYZ19.671725.833948.2056
Yxy25.83390.20990.2757
Hunter Lab50.8271-19.8621-20.6531
CIE-Lab57.8791-22.6853-25.0542

#0098b6 color RGB value is (0,152,182).

#0098b6 hex color red value is 0, green value is 152 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #0098b6 hue: 0.53 , saturation: 1.00 and the lightness value of 0098b6 is 0.36.

The process color (four color CMYK) of #0098b6 color hex is 1.00, 0.16, 0.00, 0.29. Web safe color of #0098b6 is #0099cc. Color #0098b6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10011000 10110110
Octal 0 230 266
Decimal 0 152 182
Hex 0 98 B6

RGB Percentages of Color #0098b6

%0.00
%45.51
%54.49

CMYK Percentages of Color #0098b6

%100
%16
%0
%29

Triadic Colors of #0098b6

#0098b6 #b60098 #98b600

Analogous Colors of #0098b6

#0098b6 #003db6 #00b679

Monochromatic Colors of #0098b6

#0098b6

Complementary Color

#0098b6 #b61e00

#0098b6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0098b6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0098b6 Color CSS Codes

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

#0098b6 Text Font Color

<p style="color:#0098b6">Text here</p>

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


#0098b6 Background Color

<div style="background-color:#0098b6">
Div content here</div>

This div background color is #0098b6


#0098b6 Border Color

<div style="border:3px solid #0098b6">
Div here</div>

This div border color is #0098b6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,152,182, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0098b6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0098b6;
  -webkit-box-shadow: 1px 1px 3px 2px #0098b6;
  box-shadow:         1px 1px 3px 2px #0098b6; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0098b6


Comments

No comments written yet.

Please login to write comment.