Color Hex Logo

#0adcea Color Hex

#0ADCEA
(10,220,234)
0 Favorites   0 Comments

Color spaces of #0adcea

RGB 10220234
HSL0.510.920.48
HSV184°96°92°
CMYK 0.960.060.00   0.08
XYZ40.569757.191486.7427
Yxy57.19140.21990.3100
Hunter Lab75.6250-36.5858-15.0688
CIE-Lab80.2871-38.5658-19.3925

#0adcea color RGB value is (10,220,234).

#0adcea hex color red value is 10, green value is 220 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #0adcea hue: 0.51 , saturation: 0.92 and the lightness value of 0adcea is 0.48.

The process color (four color CMYK) of #0adcea color hex is 0.96, 0.06, 0.00, 0.08. Web safe color of #0adcea is #00ccff. Color #0adcea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 11011100 11101010
Octal 12 334 352
Decimal 10 220 234
Hex A DC EA

RGB Percentages of Color #0adcea

%2.16
%47.41
%50.43

CMYK Percentages of Color #0adcea

%96
%6
%0
%8

Triadic Colors of #0adcea

#0adcea #ea0adc #dcea0a

Analogous Colors of #0adcea

#0adcea #0a6cea #0aea88

Monochromatic Colors of #0adcea

#0adcea

Complementary Color

#0adcea #ea180a

#0adcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0adcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0adcea Color CSS Codes

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

#0adcea Text Font Color

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

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


#0adcea Background Color

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

This div background color is #0adcea


#0adcea Border Color

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

This div border color is #0adcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0adcea


Comments

No comments written yet.

Please login to write comment.