Color Hex Logo

#0dafda Color Hex

#0DAFDA
(13,175,218)
0 Favorites   0 Comments

Color spaces of #0dafda

RGB 13175218
HSL0.530.890.45
HSV193°94°85°
CMYK 0.940.200.00   0.15
XYZ28.150835.807571.7575
Yxy35.80750.20740.2638
Hunter Lab59.8394-20.7455-29.2112
CIE-Lab66.3726-21.7654-32.0250

#0dafda color RGB value is (13,175,218).

#0dafda hex color red value is 13, green value is 175 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #0dafda hue: 0.53 , saturation: 0.89 and the lightness value of 0dafda is 0.45.

The process color (four color CMYK) of #0dafda color hex is 0.94, 0.20, 0.00, 0.15. Web safe color of #0dafda is #0099cc. Color #0dafda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10101111 11011010
Octal 15 257 332
Decimal 13 175 218
Hex D AF DA

RGB Percentages of Color #0dafda

%3.20
%43.10
%53.69

CMYK Percentages of Color #0dafda

%94
%20
%0
%15

Triadic Colors of #0dafda

#0dafda #da0daf #afda0d

Analogous Colors of #0dafda

#0dafda #0d49da #0dda9f

Monochromatic Colors of #0dafda

#0dafda

Complementary Color

#0dafda #da380d

#0dafda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dafda Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dafda Color CSS Codes

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

#0dafda Text Font Color

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

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


#0dafda Background Color

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

This div background color is #0dafda


#0dafda Border Color

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

This div border color is #0dafda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dafda


Comments

No comments written yet.

Please login to write comment.