Color Hex Logo

#0abdf8 Color Hex

#0ABDF8
(10,189,248)
0 Favorites   0 Comments

Color spaces of #0abdf8

RGB 10189248
HSL0.540.940.51
HSV195°96°97°
CMYK 0.960.240.00   0.03
XYZ35.266043.237095.2938
Yxy43.23700.20290.2488
Hunter Lab65.7548-19.3369-39.8964
CIE-Lab71.7155-18.7963-40.0736

#0abdf8 color RGB value is (10,189,248).

#0abdf8 hex color red value is 10, green value is 189 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #0abdf8 hue: 0.54 , saturation: 0.94 and the lightness value of 0abdf8 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10111101 11111000
Octal 12 275 370
Decimal 10 189 248
Hex A BD F8

RGB Percentages of Color #0abdf8

%2.24
%42.28
%55.48

CMYK Percentages of Color #0abdf8

%96
%24
%0
%3

Triadic Colors of #0abdf8

#0abdf8 #f80abd #bdf80a

Analogous Colors of #0abdf8

#0abdf8 #0a46f8 #0af8bc

Monochromatic Colors of #0abdf8

#0abdf8

Complementary Color

#0abdf8 #f8450a

#0abdf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0abdf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0abdf8 Color CSS Codes

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

#0abdf8 Text Font Color

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

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


#0abdf8 Background Color

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

This div background color is #0abdf8


#0abdf8 Border Color

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

This div border color is #0abdf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0abdf8


Comments

No comments written yet.

Please login to write comment.