Color Hex Logo

#0abefc Color Hex

#0ABEFC
(10,190,252)
0 Favorites   0 Comments

Color spaces of #0abefc

RGB 10190252
HSL0.540.980.51
HSV195°96°99°
CMYK 0.960.250.00   0.01
XYZ36.109343.919798.6697
Yxy43.91970.20210.2458
Hunter Lab66.2719-18.7174-41.8842
CIE-Lab72.1748-17.9345-41.5147

#0abefc color RGB value is (10,190,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10111110 11111100
Octal 12 276 374
Decimal 10 190 252
Hex A BE FC

RGB Percentages of Color #0abefc

%2.21
%42.04
%55.75

CMYK Percentages of Color #0abefc

%96
%25
%0
%1

Triadic Colors of #0abefc

#0abefc #fc0abe #befc0a

Analogous Colors of #0abefc

#0abefc #0a45fc #0afcc1

Monochromatic Colors of #0abefc

#0abefc

Complementary Color

#0abefc #fc480a

#0abefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0abefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0abefc Color CSS Codes

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

#0abefc Text Font Color

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

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


#0abefc Background Color

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

This div background color is #0abefc


#0abefc Border Color

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

This div border color is #0abefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0abefc


Comments

No comments written yet.

Please login to write comment.