Color Hex Logo

#0adbca Color Hex

#0ADBCA
(10,219,202)
0 Favorites   0 Comments

Color spaces of #0adbca

RGB 10219202
HSL0.490.910.45
HSV175°95°86°
CMYK 0.950.000.08   0.14
XYZ36.117454.991864.5880
Yxy54.99180.23200.3532
Hunter Lab74.1565-42.83660.2697
CIE-Lab79.0365-47.4840-4.1895

#0adbca color RGB value is (10,219,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11011011 11001010
Octal 12 333 312
Decimal 10 219 202
Hex A DB CA

RGB Percentages of Color #0adbca

%2.32
%50.81
%46.87

CMYK Percentages of Color #0adbca

%95
%0
%8
%14

Triadic Colors of #0adbca

#0adbca #ca0adb #dbca0a

Analogous Colors of #0adbca

#0adbca #0a84db #0adb61

Monochromatic Colors of #0adbca

#0adbca

Complementary Color

#0adbca #db0a1b

#0adbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0adbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0adbca Color CSS Codes

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

#0adbca Text Font Color

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

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


#0adbca Background Color

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

This div background color is #0adbca


#0adbca Border Color

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

This div border color is #0adbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0adbca


Comments

No comments written yet.

Please login to write comment.