Color Hex Logo

#0adfef Color Hex

#0ADFEF
(10,223,239)
0 Favorites   0 Comments

Color spaces of #0adfef

RGB 10223239
HSL0.510.920.49
HSV184°96°94°
CMYK 0.960.070.00   0.06
XYZ42.092859.071990.8448
Yxy59.07190.21920.3077
Hunter Lab76.8582-36.7432-16.2787
CIE-Lab81.3311-38.4123-20.4703

#0adfef color RGB value is (10,223,239).

#0adfef hex color red value is 10, green value is 223 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #0adfef hue: 0.51 , saturation: 0.92 and the lightness value of 0adfef is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11011111 11101111
Octal 12 337 357
Decimal 10 223 239
Hex A DF EF

RGB Percentages of Color #0adfef

%2.12
%47.25
%50.64

CMYK Percentages of Color #0adfef

%96
%7
%0
%6

Triadic Colors of #0adfef

#0adfef #ef0adf #dfef0a

Analogous Colors of #0adfef

#0adfef #0a6def #0aef8d

Monochromatic Colors of #0adfef

#0adfef

Complementary Color

#0adfef #ef1a0a

#0adfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0adfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0adfef Color CSS Codes

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

#0adfef Text Font Color

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

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


#0adfef Background Color

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

This div background color is #0adfef


#0adfef Border Color

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

This div border color is #0adfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0adfef


Comments

No comments written yet.

Please login to write comment.