Color Hex Logo

#0adafb Color Hex

#0ADAFB
(10,218,251)
0 Favorites   0 Comments

Color spaces of #0adafb

RGB 10218251
HSL0.520.970.51
HSV188°96°98°
CMYK 0.960.130.00   0.02
XYZ42.609257.1724100.0564
Yxy57.17240.21320.2861
Hunter Lab75.6124-31.7332-25.5286
CIE-Lab80.2765-32.3142-28.4488

#0adafb color RGB value is (10,218,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11011010 11111011
Octal 12 332 373
Decimal 10 218 251
Hex A DA FB

RGB Percentages of Color #0adafb

%2.09
%45.51
%52.40

CMYK Percentages of Color #0adafb

%96
%13
%0
%2

Triadic Colors of #0adafb

#0adafb #fb0ada #dafb0a

Analogous Colors of #0adafb

#0adafb #0a61fb #0afba4

Monochromatic Colors of #0adafb

#0adafb

Complementary Color

#0adafb #fb2b0a

#0adafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0adafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0adafb Color CSS Codes

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

#0adafb Text Font Color

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

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


#0adafb Background Color

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

This div background color is #0adafb


#0adafb Border Color

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

This div border color is #0adafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0adafb


Comments

No comments written yet.

Please login to write comment.