color codes Logo

#0daffb color codes

#0DAFFB
(13,175,251)
0 Favorites   0 Comments

Color spaces of #0daffb

RGB 13175251
HSL0.550.970.52
HSV199°95°98°
CMYK 0.950.300.00   0.02
XYZ32.908537.710596.8112
Yxy37.71050.19660.2252
Hunter Lab61.4089-11.8089-50.4846
CIE-Lab67.8067-10.1392-47.8231

#0daffb color RGB value is (13,175,251).

#0daffb hex color red value is 13, green value is 175 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #0daffb hue: 0.55 , saturation: 0.97 and the lightness value of 0daffb is 0.52.

The process color (four color CMYK) of #0daffb color code is 0.95, 0.30, 0.00, 0.02. Web safe color of #0daffb is #0099ff. Color #0daffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10101111 11111011
Octal 15 257 373
Decimal 13 175 251
Hex D AF FB

RGB Percentages of Color #0daffb

%2.96
%39.86
%57.18

CMYK Percentages of Color #0daffb

%95
%30
%0
%2

Triadic Colors of #0daffb

#0daffb #fb0daf #affb0d

Analogous Colors of #0daffb

#0daffb #0d38fb #0dfbd0

Monochromatic Colors of #0daffb

#0daffb

Complementary Color

#0daffb #fb590d

#0daffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0daffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0daffb Color CSS Codes

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

#0daffb Text Font Color

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

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


#0daffb Background Color

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

This div background color is #0daffb


#0daffb Border Color

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

This div border color is #0daffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0daffb

Related Colors


Comments

No comments written yet.

Please login to write comment.