Color Hex Logo

#0adebe Color Hex

#0ADEBE
(10,222,190)
0 Favorites   0 Comments

Color spaces of #0adebe

RGB 10222190
HSL0.470.910.45
HSV171°95°87°
CMYK 0.950.000.14   0.13
XYZ35.540756.024857.6559
Yxy56.02480.23820.3754
Hunter Lab74.8497-46.23036.7244
CIE-Lab79.6279-51.97103.0710

#0adebe color RGB value is (10,222,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11011110 10111110
Octal 12 336 276
Decimal 10 222 190
Hex A DE BE

RGB Percentages of Color #0adebe

%2.37
%52.61
%45.02

CMYK Percentages of Color #0adebe

%95
%0
%14
%13

Triadic Colors of #0adebe

#0adebe #be0ade #debe0a

Analogous Colors of #0adebe

#0adebe #0a94de #0ade54

Monochromatic Colors of #0adebe

#0adebe

Complementary Color

#0adebe #de0a2a

#0adebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0adebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0adebe Color CSS Codes

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

#0adebe Text Font Color

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

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


#0adebe Background Color

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

This div background color is #0adebe


#0adebe Border Color

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

This div border color is #0adebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0adebe


Comments

No comments written yet.

Please login to write comment.