Color Hex Logo

#0adebd Color Hex

#0ADEBD
(10,222,189)
0 Favorites   0 Comments

Color spaces of #0adebd

RGB 10222189
HSL0.470.910.45
HSV171°95°87°
CMYK 0.950.000.15   0.13
XYZ35.431855.981257.0821
Yxy55.98120.23860.3770
Hunter Lab74.8206-46.40617.1409
CIE-Lab79.6031-52.23233.5668

#0adebd color RGB value is (10,222,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11011110 10111101
Octal 12 336 275
Decimal 10 222 189
Hex A DE BD

RGB Percentages of Color #0adebd

%2.38
%52.73
%44.89

CMYK Percentages of Color #0adebd

%95
%0
%15
%13

Triadic Colors of #0adebd

#0adebd #bd0ade #debd0a

Analogous Colors of #0adebd

#0adebd #0a95de #0ade53

Monochromatic Colors of #0adebd

#0adebd

Complementary Color

#0adebd #de0a2b

#0adebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0adebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0adebd Color CSS Codes

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

#0adebd Text Font Color

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

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


#0adebd Background Color

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

This div background color is #0adebd


#0adebd Border Color

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

This div border color is #0adebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,222,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 #0adebd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0adebd


Comments

No comments written yet.

Please login to write comment.