Color Hex Logo

#0dafbf Color Hex

#0DAFBF
(13,175,191)
0 Favorites   0 Comments

Color spaces of #0dafbf

RGB 13175191
HSL0.510.870.40
HSV185°93°75°
CMYK 0.930.080.00   0.25
XYZ24.899934.507154.6384
Yxy34.50710.21830.3026
Hunter Lab58.7427-27.1371-14.0275
CIE-Lab65.3631-30.7720-18.6500

#0dafbf color RGB value is (13,175,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10101111 10111111
Octal 15 257 277
Decimal 13 175 191
Hex D AF BF

RGB Percentages of Color #0dafbf

%3.43
%46.17
%50.40

CMYK Percentages of Color #0dafbf

%93
%8
%0
%25

Triadic Colors of #0dafbf

#0dafbf #bf0daf #afbf0d

Analogous Colors of #0dafbf

#0dafbf #0d56bf #0dbf76

Monochromatic Colors of #0dafbf

#0dafbf

Complementary Color

#0dafbf #bf1d0d

#0dafbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dafbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dafbf Color CSS Codes

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

#0dafbf Text Font Color

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

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


#0dafbf Background Color

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

This div background color is #0dafbf


#0dafbf Border Color

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

This div border color is #0dafbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,175,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 #0dafbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dafbf


Comments

No comments written yet.

Please login to write comment.