Color Hex Logo

#0d97bf Color Hex

#0D97BF
(13,151,191)
0 Favorites   0 Comments

Color spaces of #0d97bf

RGB 13151191
HSL0.540.870.40
HSV193°93°75°
CMYK 0.930.210.00   0.25
XYZ20.636625.980453.2173
Yxy25.98040.20670.2602
Hunter Lab50.9710-16.9300-26.2233
CIE-Lab58.0184-18.5274-29.9232

#0d97bf color RGB value is (13,151,191).

#0d97bf hex color red value is 13, green value is 151 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #0d97bf hue: 0.54 , saturation: 0.87 and the lightness value of 0d97bf is 0.40.

The process color (four color CMYK) of #0d97bf color hex is 0.93, 0.21, 0.00, 0.25. Web safe color of #0d97bf is #0099cc. Color #0d97bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10010111 10111111
Octal 15 227 277
Decimal 13 151 191
Hex D 97 BF

RGB Percentages of Color #0d97bf

%3.66
%42.54
%53.80

CMYK Percentages of Color #0d97bf

%93
%21
%0
%25

Triadic Colors of #0d97bf

#0d97bf #bf0d97 #97bf0d

Analogous Colors of #0d97bf

#0d97bf #0d3ebf #0dbf8e

Monochromatic Colors of #0d97bf

#0d97bf

Complementary Color

#0d97bf #bf350d

#0d97bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d97bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d97bf Color CSS Codes

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

#0d97bf Text Font Color

<p style="color:#0d97bf">Text here</p>

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


#0d97bf Background Color

<div style="background-color:#0d97bf">
Div content here</div>

This div background color is #0d97bf


#0d97bf Border Color

<div style="border:3px solid #0d97bf">
Div here</div>

This div border color is #0d97bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d97bf


Comments

No comments written yet.

Please login to write comment.