Color Hex Logo

#0abcd1 Color Hex

#0ABCD1
(10,188,209)
0 Favorites   0 Comments

Color spaces of #0abcd1

RGB 10188209
HSL0.520.910.43
HSV186°95°82°
CMYK 0.950.100.00   0.18
XYZ29.617040.634466.6038
Yxy40.63440.21640.2969
Hunter Lab63.7451-28.6200-17.3273
CIE-Lab69.9190-31.3631-21.6398

#0abcd1 color RGB value is (10,188,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10111100 11010001
Octal 12 274 321
Decimal 10 188 209
Hex A BC D1

RGB Percentages of Color #0abcd1

%2.46
%46.19
%51.35

CMYK Percentages of Color #0abcd1

%95
%10
%0
%18

Triadic Colors of #0abcd1

#0abcd1 #d10abc #bcd10a

Analogous Colors of #0abcd1

#0abcd1 #0a59d1 #0ad183

Monochromatic Colors of #0abcd1

#0abcd1

Complementary Color

#0abcd1 #d11f0a

#0abcd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0abcd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0abcd1 Color CSS Codes

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

#0abcd1 Text Font Color

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

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


#0abcd1 Background Color

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

This div background color is #0abcd1


#0abcd1 Border Color

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

This div border color is #0abcd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0abcd1


Comments

No comments written yet.

Please login to write comment.