Color Hex Logo

#0adcde Color Hex

#0ADCDE
(10,220,222)
0 Favorites   0 Comments

Color spaces of #0adcde

RGB 10220222
HSL0.500.910.45
HSV181°95°87°
CMYK 0.950.010.00   0.13
XYZ38.903256.524977.9672
Yxy56.52490.22440.3260
Hunter Lab75.1830-39.2061-8.8575
CIE-Lab79.9116-42.1743-13.5641

#0adcde color RGB value is (10,220,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11011100 11011110
Octal 12 334 336
Decimal 10 220 222
Hex A DC DE

RGB Percentages of Color #0adcde

%2.21
%48.67
%49.12

CMYK Percentages of Color #0adcde

%95
%1
%0
%13

Triadic Colors of #0adcde

#0adcde #de0adc #dcde0a

Analogous Colors of #0adcde

#0adcde #0a72de #0ade76

Monochromatic Colors of #0adcde

#0adcde

Complementary Color

#0adcde #de0c0a

#0adcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0adcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#0adcde Color CSS Codes

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

#0adcde Text Font Color

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

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


#0adcde Background Color

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

This div background color is #0adcde


#0adcde Border Color

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

This div border color is #0adcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0adcde


Comments

No comments written yet.

Please login to write comment.