Color Hex Logo

#0abfdc Color Hex

#0ABFDC
(10,191,220)
0 Favorites   0 Comments

Color spaces of #0abfdc

RGB 10191220
HSL0.520.910.45
HSV188°95°86°
CMYK 0.950.130.00   0.14
XYZ31.674242.493474.2428
Yxy42.49340.21340.2863
Hunter Lab65.1870-27.3444-21.8958
CIE-Lab71.2098-29.2532-25.6716

#0abfdc color RGB value is (10,191,220).

#0abfdc hex color red value is 10, green value is 191 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #0abfdc hue: 0.52 , saturation: 0.91 and the lightness value of 0abfdc is 0.45.

The process color (four color CMYK) of #0abfdc color hex is 0.95, 0.13, 0.00, 0.14. Web safe color of #0abfdc is #00cccc. Color #0abfdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 10111111 11011100
Octal 12 277 334
Decimal 10 191 220
Hex A BF DC

RGB Percentages of Color #0abfdc

%2.38
%45.37
%52.26

CMYK Percentages of Color #0abfdc

%95
%13
%0
%14

Triadic Colors of #0abfdc

#0abfdc #dc0abf #bfdc0a

Analogous Colors of #0abfdc

#0abfdc #0a56dc #0adc90

Monochromatic Colors of #0abfdc

#0abfdc

Complementary Color

#0abfdc #dc270a

#0abfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0abfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0abfdc Color CSS Codes

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

#0abfdc Text Font Color

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

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


#0abfdc Background Color

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

This div background color is #0abfdc


#0abfdc Border Color

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

This div border color is #0abfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0abfdc


Comments

No comments written yet.

Please login to write comment.