Color Hex Logo

#0ad0fc Color Hex

#0AD0FC
(10,208,252)
0 Favorites   0 Comments

Color spaces of #0ad0fc

RGB 10208252
HSL0.530.980.51
HSV191°96°99°
CMYK 0.960.170.00   0.01
XYZ40.251752.2046100.0505
Yxy52.20460.20910.2712
Hunter Lab72.2528-27.0007-31.5237
CIE-Lab77.4030-27.1205-33.3992

#0ad0fc color RGB value is (10,208,252).

#0ad0fc hex color red value is 10, green value is 208 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #0ad0fc hue: 0.53 , saturation: 0.98 and the lightness value of 0ad0fc is 0.51.

The process color (four color CMYK) of #0ad0fc color hex is 0.96, 0.17, 0.00, 0.01. Web safe color of #0ad0fc is #00ccff. Color #0ad0fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 11010000 11111100
Octal 12 320 374
Decimal 10 208 252
Hex A D0 FC

RGB Percentages of Color #0ad0fc

%2.13
%44.26
%53.62

CMYK Percentages of Color #0ad0fc

%96
%17
%0
%1

Triadic Colors of #0ad0fc

#0ad0fc #fc0ad0 #d0fc0a

Analogous Colors of #0ad0fc

#0ad0fc #0a57fc #0afcaf

Monochromatic Colors of #0ad0fc

#0ad0fc

Complementary Color

#0ad0fc #fc360a

#0ad0fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ad0fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ad0fc Color CSS Codes

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

#0ad0fc Text Font Color

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

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


#0ad0fc Background Color

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

This div background color is #0ad0fc


#0ad0fc Border Color

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

This div border color is #0ad0fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ad0fc


Comments

No comments written yet.

Please login to write comment.