Color Hex Logo

#0adbbd Color Hex

#0ADBBD
(10,219,189)
0 Favorites   0 Comments

Color spaces of #0adbbd

RGB 10219189
HSL0.480.910.45
HSV171°95°86°
CMYK 0.950.000.14   0.14
XYZ34.642054.401756.8189
Yxy54.40170.23750.3730
Hunter Lab73.7575-45.23885.9564
CIE-Lab78.6954-51.01362.2500

#0adbbd color RGB value is (10,219,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11011011 10111101
Octal 12 333 275
Decimal 10 219 189
Hex A DB BD

RGB Percentages of Color #0adbbd

%2.39
%52.39
%45.22

CMYK Percentages of Color #0adbbd

%95
%0
%14
%14

Triadic Colors of #0adbbd

#0adbbd #bd0adb #dbbd0a

Analogous Colors of #0adbbd

#0adbbd #0a91db #0adb55

Monochromatic Colors of #0adbbd

#0adbbd

Complementary Color

#0adbbd #db0a28

#0adbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0adbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0adbbd Color CSS Codes

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

#0adbbd Text Font Color

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

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


#0adbbd Background Color

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

This div background color is #0adbbd


#0adbbd Border Color

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

This div border color is #0adbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0adbbd


Comments

No comments written yet.

Please login to write comment.