Color Hex Logo

#0adaff Color Hex

#0ADAFF
(10,218,255)
0 Favorites   0 Comments

Color spaces of #0adaff

RGB 10218255
HSL0.531.000.52
HSV189°96°100°
CMYK 0.960.150.00   0.00
XYZ43.246657.4273103.4130
Yxy57.42730.21190.2814
Hunter Lab75.7808-30.7500-27.8625
CIE-Lab80.4193-31.0314-30.3529

#0adaff color RGB value is (10,218,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11011010 11111111
Octal 12 332 377
Decimal 10 218 255
Hex A DA FF

RGB Percentages of Color #0adaff

%2.07
%45.13
%52.80

CMYK Percentages of Color #0adaff

%96
%15
%0
%0

Triadic Colors of #0adaff

#0adaff #ff0ada #daff0a

Analogous Colors of #0adaff

#0adaff #0a5fff #0affaa

Monochromatic Colors of #0adaff

#0adaff

Complementary Color

#0adaff #ff2f0a

#0adaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0adaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0adaff Color CSS Codes

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

#0adaff Text Font Color

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

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


#0adaff Background Color

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

This div background color is #0adaff


#0adaff Border Color

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

This div border color is #0adaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0adaff


Comments

No comments written yet.

Please login to write comment.