Color Hex Logo

#0aafdc Color Hex

#0AAFDC
(10,175,220)
0 Favorites   0 Comments

Color spaces of #0aafdc

RGB 10175220
HSL0.540.910.45
HSV193°95°86°
CMYK 0.950.200.00   0.14
XYZ28.373435.891873.1425
Yxy35.89180.20650.2612
Hunter Lab59.9098-20.3041-30.4490
CIE-Lab66.4372-21.1676-33.0263

#0aafdc color RGB value is (10,175,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10101111 11011100
Octal 12 257 334
Decimal 10 175 220
Hex A AF DC

RGB Percentages of Color #0aafdc

%2.47
%43.21
%54.32

CMYK Percentages of Color #0aafdc

%95
%20
%0
%14

Triadic Colors of #0aafdc

#0aafdc #dc0aaf #afdc0a

Analogous Colors of #0aafdc

#0aafdc #0a46dc #0adca0

Monochromatic Colors of #0aafdc

#0aafdc

Complementary Color

#0aafdc #dc370a

#0aafdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aafdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aafdc Color CSS Codes

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

#0aafdc Text Font Color

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

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


#0aafdc Background Color

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

This div background color is #0aafdc


#0aafdc Border Color

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

This div border color is #0aafdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aafdc


Comments

No comments written yet.

Please login to write comment.