Color Hex Logo

#0abefe Color Hex

#0ABEFE
(10,190,254)
0 Favorites   0 Comments

Color spaces of #0abefe

RGB 10190254
HSL0.540.990.52
HSV196°96°100°
CMYK 0.960.250.00   0.00
XYZ36.428044.0472100.3479
Yxy44.04720.20150.2436
Hunter Lab66.3681-18.1693-43.1883
CIE-Lab72.2600-17.2397-42.4588

#0abefe color RGB value is (10,190,254).

#0abefe hex color red value is 10, green value is 190 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #0abefe hue: 0.54 , saturation: 0.99 and the lightness value of 0abefe is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10111110 11111110
Octal 12 276 376
Decimal 10 190 254
Hex A BE FE

RGB Percentages of Color #0abefe

%2.20
%41.85
%55.95

CMYK Percentages of Color #0abefe

%96
%25
%0
%0

Triadic Colors of #0abefe

#0abefe #fe0abe #befe0a

Analogous Colors of #0abefe

#0abefe #0a44fe #0afec4

Monochromatic Colors of #0abefe

#0abefe

Complementary Color

#0abefe #fe4a0a

#0abefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0abefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0abefe Color CSS Codes

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

#0abefe Text Font Color

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

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


#0abefe Background Color

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

This div background color is #0abefe


#0abefe Border Color

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

This div border color is #0abefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0abefe


Comments

No comments written yet.

Please login to write comment.