Color Hex Logo

#00adce Color Hex

#00ADCE
(0,173,206)
0 Favorites   0 Comments

Color spaces of #00adce

RGB 0173206
HSL0.531.000.40
HSV190°100°81°
CMYK 1.000.160.00   0.19
XYZ26.084134.343463.6467
Yxy34.34340.21020.2768
Hunter Lab58.6032-23.1059-23.3703
CIE-Lab65.2342-25.2230-27.1663

#00adce color RGB value is (0,173,206).

#00adce hex color red value is 0, green value is 173 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #00adce hue: 0.53 , saturation: 1.00 and the lightness value of 00adce is 0.40.

The process color (four color CMYK) of #00adce color hex is 1.00, 0.16, 0.00, 0.19. Web safe color of #00adce is #0099cc. Color #00adce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10101101 11001110
Octal 0 255 316
Decimal 0 173 206
Hex 0 AD CE

RGB Percentages of Color #00adce

%0.00
%45.65
%54.35

CMYK Percentages of Color #00adce

%100
%16
%0
%19

Triadic Colors of #00adce

#00adce #ce00ad #adce00

Analogous Colors of #00adce

#00adce #0046ce #00ce88

Monochromatic Colors of #00adce

#00adce

Complementary Color

#00adce #ce2100

#00adce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00adce Color Preview on White Background

Lorem ipsum dolor sit amet.

#00adce Color CSS Codes

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

#00adce Text Font Color

<p style="color:#00adce">Text here</p>

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


#00adce Background Color

<div style="background-color:#00adce">
Div content here</div>

This div background color is #00adce


#00adce Border Color

<div style="border:3px solid #00adce">
Div here</div>

This div border color is #00adce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,173,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00adce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00adce;
  -webkit-box-shadow: 1px 1px 3px 2px #00adce;
  box-shadow:         1px 1px 3px 2px #00adce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,173,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00adce

#00adce Color Palettes


Comments

No comments written yet.

Please login to write comment.