Color Hex Logo

#0adbef Color Hex

#0ADBEF
(10,219,239)
0 Favorites   0 Comments

Color spaces of #0adbef

RGB 10219239
HSL0.510.920.49
HSV185°96°94°
CMYK 0.960.080.00   0.06
XYZ41.036756.959690.4928
Yxy56.95960.21770.3022
Hunter Lab75.4716-35.0182-18.2605
CIE-Lab80.1569-36.5654-22.2513

#0adbef color RGB value is (10,219,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11011011 11101111
Octal 12 333 357
Decimal 10 219 239
Hex A DB EF

RGB Percentages of Color #0adbef

%2.14
%46.79
%51.07

CMYK Percentages of Color #0adbef

%96
%8
%0
%6

Triadic Colors of #0adbef

#0adbef #ef0adb #dbef0a

Analogous Colors of #0adbef

#0adbef #0a69ef #0aef91

Monochromatic Colors of #0adbef

#0adbef

Complementary Color

#0adbef #ef1e0a

#0adbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0adbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0adbef Color CSS Codes

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

#0adbef Text Font Color

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

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


#0adbef Background Color

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

This div background color is #0adbef


#0adbef Border Color

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

This div border color is #0adbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0adbef


Comments

No comments written yet.

Please login to write comment.