Color Hex Logo

#0abdef Color Hex

#0ABDEF
(10,189,239)
0 Favorites   0 Comments

Color spaces of #0abdef

RGB 10189239
HSL0.540.920.49
HSV193°96°94°
CMYK 0.960.210.00   0.06
XYZ33.902842.691788.1148
Yxy42.69170.20580.2592
Hunter Lab65.3389-21.7236-34.2202
CIE-Lab71.3452-21.8905-35.7821

#0abdef color RGB value is (10,189,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10111101 11101111
Octal 12 275 357
Decimal 10 189 239
Hex A BD EF

RGB Percentages of Color #0abdef

%2.28
%43.15
%54.57

CMYK Percentages of Color #0abdef

%96
%21
%0
%6

Triadic Colors of #0abdef

#0abdef #ef0abd #bdef0a

Analogous Colors of #0abdef

#0abdef #0a4bef #0aefaf

Monochromatic Colors of #0abdef

#0abdef

Complementary Color

#0abdef #ef3c0a

#0abdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0abdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0abdef Color CSS Codes

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

#0abdef Text Font Color

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

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


#0abdef Background Color

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

This div background color is #0abdef


#0abdef Border Color

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

This div border color is #0abdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0abdef


Comments

No comments written yet.

Please login to write comment.