Color Hex Logo

#05acde Color Hex

#05ACDE
(5,172,222)
0 Favorites   0 Comments

Color spaces of #05acde

RGB 5172222
HSL0.540.960.45
HSV194°98°87°
CMYK 0.980.230.00   0.13
XYZ27.999934.811274.3507
Yxy34.81120.20410.2538
Hunter Lab59.0010-18.5417-33.4142
CIE-Lab65.6014-19.0380-35.4264

#05acde color RGB value is (5,172,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 10101100 11011110
Octal 5 254 336
Decimal 5 172 222
Hex 5 AC DE

RGB Percentages of Color #05acde

%1.25
%43.11
%55.64

CMYK Percentages of Color #05acde

%98
%23
%0
%13

Triadic Colors of #05acde

#05acde #de05ac #acde05

Analogous Colors of #05acde

#05acde #053fde #05dea4

Monochromatic Colors of #05acde

#05acde

Complementary Color

#05acde #de3705

#05acde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05acde Color Preview on White Background

Lorem ipsum dolor sit amet.

#05acde Color CSS Codes

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

#05acde Text Font Color

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

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


#05acde Background Color

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

This div background color is #05acde


#05acde Border Color

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

This div border color is #05acde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05acde


Comments

No comments written yet.

Please login to write comment.