Color Hex Logo

#0097b3 Color Hex

#0097B3
(0,151,179)
0 Favorites   0 Comments

Color spaces of #0097b3

RGB 0151179
HSL0.531.000.35
HSV189°100°70°
CMYK 1.000.160.00   0.30
XYZ19.203325.387946.5361
Yxy25.38790.21070.2786
Hunter Lab50.3864-20.1462-19.4888
CIE-Lab57.4514-23.2084-24.0110

#0097b3 color RGB value is (0,151,179).

#0097b3 hex color red value is 0, green value is 151 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #0097b3 hue: 0.53 , saturation: 1.00 and the lightness value of 0097b3 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10010111 10110011
Octal 0 227 263
Decimal 0 151 179
Hex 0 97 B3

RGB Percentages of Color #0097b3

%0.00
%45.76
%54.24

CMYK Percentages of Color #0097b3

%100
%16
%0
%30

Triadic Colors of #0097b3

#0097b3 #b30097 #97b300

Analogous Colors of #0097b3

#0097b3 #003db3 #00b376

Monochromatic Colors of #0097b3

#0097b3

Complementary Color

#0097b3 #b31c00

#0097b3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0097b3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0097b3 Color CSS Codes

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

#0097b3 Text Font Color

<p style="color:#0097b3">Text here</p>

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


#0097b3 Background Color

<div style="background-color:#0097b3">
Div content here</div>

This div background color is #0097b3


#0097b3 Border Color

<div style="border:3px solid #0097b3">
Div here</div>

This div border color is #0097b3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,151,179, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0097b3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0097b3;
  -webkit-box-shadow: 1px 1px 3px 2px #0097b3;
  box-shadow:         1px 1px 3px 2px #0097b3; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0097b3

#0097b3 Color Palettes


Comments

No comments written yet.

Please login to write comment.