Color Hex Logo

#0adfde Color Hex

#0ADFDE
(10,223,222)
0 Favorites   0 Comments

Color spaces of #0adfde

RGB 10223222
HSL0.500.910.46
HSV180°96°87°
CMYK 0.960.000.00   0.13
XYZ39.697758.113878.2320
Yxy58.11380.22550.3301
Hunter Lab76.2324-40.4536-7.4825
CIE-Lab80.8020-43.5020-12.2313

#0adfde color RGB value is (10,223,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11011111 11011110
Octal 12 337 336
Decimal 10 223 222
Hex A DF DE

RGB Percentages of Color #0adfde

%2.20
%49.01
%48.79

CMYK Percentages of Color #0adfde

%96
%0
%0
%13

Triadic Colors of #0adfde

#0adfde #de0adf #dfde0a

Analogous Colors of #0adfde

#0adfde #0a76df #0adf74

Monochromatic Colors of #0adfde

#0adfde

Complementary Color

#0adfde #df0a0b

#0adfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0adfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#0adfde Color CSS Codes

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

#0adfde Text Font Color

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

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


#0adfde Background Color

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

This div background color is #0adfde


#0adfde Border Color

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

This div border color is #0adfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0adfde


Comments

No comments written yet.

Please login to write comment.