Color Hex Logo

#0ad6be Color Hex

#0AD6BE
(10,214,190)
0 Favorites   0 Comments

Color spaces of #0ad6be

RGB 10214190
HSL0.480.910.44
HSV173°95°84°
CMYK 0.950.000.11   0.16
XYZ33.466051.875456.9643
Yxy51.87540.23520.3645
Hunter Lab72.0246-43.10353.5247
CIE-Lab77.2063-48.6831-0.4547

#0ad6be color RGB value is (10,214,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11010110 10111110
Octal 12 326 276
Decimal 10 214 190
Hex A D6 BE

RGB Percentages of Color #0ad6be

%2.42
%51.69
%45.89

CMYK Percentages of Color #0ad6be

%95
%0
%11
%16

Triadic Colors of #0ad6be

#0ad6be #be0ad6 #d6be0a

Analogous Colors of #0ad6be

#0ad6be #0a88d6 #0ad658

Monochromatic Colors of #0ad6be

#0ad6be

Complementary Color

#0ad6be #d60a22

#0ad6be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ad6be Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ad6be Color CSS Codes

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

#0ad6be Text Font Color

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

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


#0ad6be Background Color

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

This div background color is #0ad6be


#0ad6be Border Color

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

This div border color is #0ad6be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ad6be


Comments

No comments written yet.

Please login to write comment.