Color Hex Logo

#0ad0fe Color Hex

#0AD0FE
(10,208,254)
0 Favorites   0 Comments

Color spaces of #0ad0fe

RGB 10208254
HSL0.530.990.52
HSV191°96°100°
CMYK 0.960.180.00   0.00
XYZ40.570452.3320101.7287
Yxy52.33200.20840.2689
Hunter Lab72.3409-26.4896-32.7374
CIE-Lab77.4789-26.4594-34.3494

#0ad0fe color RGB value is (10,208,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11010000 11111110
Octal 12 320 376
Decimal 10 208 254
Hex A D0 FE

RGB Percentages of Color #0ad0fe

%2.12
%44.07
%53.81

CMYK Percentages of Color #0ad0fe

%96
%18
%0
%0

Triadic Colors of #0ad0fe

#0ad0fe #fe0ad0 #d0fe0a

Analogous Colors of #0ad0fe

#0ad0fe #0a56fe #0afeb2

Monochromatic Colors of #0ad0fe

#0ad0fe

Complementary Color

#0ad0fe #fe380a

#0ad0fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ad0fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ad0fe Color CSS Codes

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

#0ad0fe Text Font Color

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

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


#0ad0fe Background Color

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

This div background color is #0ad0fe


#0ad0fe Border Color

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

This div border color is #0ad0fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ad0fe


Comments

No comments written yet.

Please login to write comment.