Color Hex Logo

#0abef0 Color Hex

#0ABEF0
(10,190,240)
0 Favorites   0 Comments

Color spaces of #0abef0

RGB 10190240
HSL0.540.920.49
HSV193°96°94°
CMYK 0.960.210.00   0.06
XYZ34.266843.182788.9671
Yxy43.18270.20590.2595
Hunter Lab65.7135-21.9186-34.2710
CIE-Lab71.6788-22.0638-35.8059

#0abef0 color RGB value is (10,190,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10111110 11110000
Octal 12 276 360
Decimal 10 190 240
Hex A BE F0

RGB Percentages of Color #0abef0

%2.27
%43.18
%54.55

CMYK Percentages of Color #0abef0

%96
%21
%0
%6

Triadic Colors of #0abef0

#0abef0 #f00abe #bef00a

Analogous Colors of #0abef0

#0abef0 #0a4bf0 #0af0af

Monochromatic Colors of #0abef0

#0abef0

Complementary Color

#0abef0 #f03c0a

#0abef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0abef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0abef0 Color CSS Codes

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

#0abef0 Text Font Color

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

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


#0abef0 Background Color

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

This div background color is #0abef0


#0abef0 Border Color

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

This div border color is #0abef0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0abef0


Comments

No comments written yet.

Please login to write comment.