Color Hex Logo

#05adde Color Hex

#05ADDE
(5,173,222)
0 Favorites   0 Comments

Color spaces of #05adde

RGB 5173222
HSL0.540.960.45
HSV194°98°87°
CMYK 0.980.220.00   0.13
XYZ28.191035.193374.4144
Yxy35.19330.20460.2554
Hunter Lab59.3239-18.9929-32.8451
CIE-Lab65.8989-19.5650-34.9638

#05adde color RGB value is (5,173,222).

#05adde hex color red value is 5, green value is 173 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #05adde hue: 0.54 , saturation: 0.96 and the lightness value of 05adde is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 10101101 11011110
Octal 5 255 336
Decimal 5 173 222
Hex 5 AD DE

RGB Percentages of Color #05adde

%1.25
%43.25
%55.50

CMYK Percentages of Color #05adde

%98
%22
%0
%13

Triadic Colors of #05adde

#05adde #de05ad #adde05

Analogous Colors of #05adde

#05adde #0541de #05dea3

Monochromatic Colors of #05adde

#05adde

Complementary Color

#05adde #de3605

#05adde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05adde Color Preview on White Background

Lorem ipsum dolor sit amet.

#05adde Color CSS Codes

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

#05adde Text Font Color

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

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


#05adde Background Color

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

This div background color is #05adde


#05adde Border Color

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

This div border color is #05adde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05adde


Comments

No comments written yet.

Please login to write comment.