Color Hex Logo

#0abfef Color Hex

#0ABFEF
(10,191,239)
0 Favorites   0 Comments

Color spaces of #0abfef

RGB 10191239
HSL0.530.920.49
HSV193°96°94°
CMYK 0.960.200.00   0.06
XYZ34.336043.558188.2592
Yxy43.55810.20670.2622
Hunter Lab65.9986-22.6322-33.0889
CIE-Lab71.9321-22.9164-34.8719

#0abfef color RGB value is (10,191,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10111111 11101111
Octal 12 277 357
Decimal 10 191 239
Hex A BF EF

RGB Percentages of Color #0abfef

%2.27
%43.41
%54.32

CMYK Percentages of Color #0abfef

%96
%20
%0
%6

Triadic Colors of #0abfef

#0abfef #ef0abf #bfef0a

Analogous Colors of #0abfef

#0abfef #0a4cef #0aefad

Monochromatic Colors of #0abfef

#0abfef

Complementary Color

#0abfef #ef3a0a

#0abfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0abfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0abfef Color CSS Codes

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

#0abfef Text Font Color

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

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


#0abfef Background Color

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

This div background color is #0abfef


#0abfef Border Color

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

This div border color is #0abfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0abfef


Comments

No comments written yet.

Please login to write comment.