Color Hex Logo

#05adce Color Hex

#05ADCE
(5,173,206)
0 Favorites   0 Comments

Color spaces of #05adce

RGB 5173206
HSL0.530.950.41
HSV190°98°81°
CMYK 0.980.160.00   0.19
XYZ26.146734.375663.6496
Yxy34.37560.21060.2768
Hunter Lab58.6307-23.0006-23.3238
CIE-Lab65.2596-25.0727-27.1250

#05adce color RGB value is (5,173,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 10101101 11001110
Octal 5 255 316
Decimal 5 173 206
Hex 5 AD CE

RGB Percentages of Color #05adce

%1.30
%45.05
%53.65

CMYK Percentages of Color #05adce

%98
%16
%0
%19

Triadic Colors of #05adce

#05adce #ce05ad #adce05

Analogous Colors of #05adce

#05adce #0549ce #05ce8b

Monochromatic Colors of #05adce

#05adce

Complementary Color

#05adce #ce2605

#05adce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05adce Color Preview on White Background

Lorem ipsum dolor sit amet.

#05adce Color CSS Codes

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

#05adce Text Font Color

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

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


#05adce Background Color

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

This div background color is #05adce


#05adce Border Color

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

This div border color is #05adce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,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 #05adce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05adce


Comments

No comments written yet.

Please login to write comment.