Color Hex Logo

#0adcbb Color Hex

#0ADCBB
(10,220,187)
0 Favorites   0 Comments

Color spaces of #0adcbb

RGB 10220187
HSL0.470.910.45
HSV171°95°86°
CMYK 0.950.000.15   0.14
XYZ34.688054.838855.7704
Yxy54.83880.23870.3774
Hunter Lab74.0532-45.98027.1852
CIE-Lab78.9483-51.94583.6827

#0adcbb color RGB value is (10,220,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11011100 10111011
Octal 12 334 273
Decimal 10 220 187
Hex A DC BB

RGB Percentages of Color #0adcbb

%2.40
%52.76
%44.84

CMYK Percentages of Color #0adcbb

%95
%0
%15
%14

Triadic Colors of #0adcbb

#0adcbb #bb0adc #dcbb0a

Analogous Colors of #0adcbb

#0adcbb #0a94dc #0adc52

Monochromatic Colors of #0adcbb

#0adcbb

Complementary Color

#0adcbb #dc0a2b

#0adcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0adcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0adcbb Color CSS Codes

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

#0adcbb Text Font Color

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

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


#0adcbb Background Color

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

This div background color is #0adcbb


#0adcbb Border Color

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

This div border color is #0adcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0adcbb


Comments

No comments written yet.

Please login to write comment.