Color Hex Logo

#0aafda Color Hex

#0AAFDA
(10,175,218)
0 Favorites   0 Comments

Color spaces of #0aafda

RGB 10175218
HSL0.530.910.45
HSV192°95°85°
CMYK 0.950.200.00   0.15
XYZ28.110035.786471.7556
Yxy35.78640.20720.2638
Hunter Lab59.8217-20.8116-29.2426
CIE-Lab66.3564-21.8567-32.0514

#0aafda color RGB value is (10,175,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10101111 11011010
Octal 12 257 332
Decimal 10 175 218
Hex A AF DA

RGB Percentages of Color #0aafda

%2.48
%43.42
%54.09

CMYK Percentages of Color #0aafda

%95
%20
%0
%15

Triadic Colors of #0aafda

#0aafda #da0aaf #afda0a

Analogous Colors of #0aafda

#0aafda #0a47da #0ada9d

Monochromatic Colors of #0aafda

#0aafda

Complementary Color

#0aafda #da350a

#0aafda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aafda Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aafda Color CSS Codes

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

#0aafda Text Font Color

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

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


#0aafda Background Color

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

This div background color is #0aafda


#0aafda Border Color

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

This div border color is #0aafda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aafda


Comments

No comments written yet.

Please login to write comment.