Color Hex Logo

#0adafd Color Hex

#0ADAFD
(10,218,253)
0 Favorites   0 Comments

Color spaces of #0adafd

RGB 10218253
HSL0.520.980.52
HSV189°96°99°
CMYK 0.960.140.00   0.01
XYZ42.926257.2992101.7259
Yxy57.29920.21260.2837
Hunter Lab75.6962-31.2437-26.6907
CIE-Lab80.3476-31.6742-29.4017

#0adafd color RGB value is (10,218,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11011010 11111101
Octal 12 332 375
Decimal 10 218 253
Hex A DA FD

RGB Percentages of Color #0adafd

%2.08
%45.32
%52.60

CMYK Percentages of Color #0adafd

%96
%14
%0
%1

Triadic Colors of #0adafd

#0adafd #fd0ada #dafd0a

Analogous Colors of #0adafd

#0adafd #0a61fd #0afda7

Monochromatic Colors of #0adafd

#0adafd

Complementary Color

#0adafd #fd2d0a

#0adafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0adafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0adafd Color CSS Codes

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

#0adafd Text Font Color

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

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


#0adafd Background Color

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

This div background color is #0adafd


#0adafd Border Color

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

This div border color is #0adafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0adafd


Comments

No comments written yet.

Please login to write comment.