Color Hex Logo

#0ad8ce Color Hex

#0AD8CE
(10,216,206)
0 Favorites   0 Comments

Color spaces of #0ad8ce

RGB 10216206
HSL0.490.910.44
HSV177°95°85°
CMYK 0.950.000.05   0.15
XYZ35.821653.632566.8566
Yxy53.63250.22920.3431
Hunter Lab73.2342-40.8488-2.8628
CIE-Lab78.2470-45.0720-7.4958

#0ad8ce color RGB value is (10,216,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11011000 11001110
Octal 12 330 316
Decimal 10 216 206
Hex A D8 CE

RGB Percentages of Color #0ad8ce

%2.31
%50.00
%47.69

CMYK Percentages of Color #0ad8ce

%95
%0
%5
%15

Triadic Colors of #0ad8ce

#0ad8ce #ce0ad8 #d8ce0a

Analogous Colors of #0ad8ce

#0ad8ce #0a7bd8 #0ad867

Monochromatic Colors of #0ad8ce

#0ad8ce

Complementary Color

#0ad8ce #d80a14

#0ad8ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ad8ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ad8ce Color CSS Codes

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

#0ad8ce Text Font Color

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

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


#0ad8ce Background Color

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

This div background color is #0ad8ce


#0ad8ce Border Color

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

This div border color is #0ad8ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ad8ce


Comments

No comments written yet.

Please login to write comment.