Color Hex Logo

#05acff Color Hex

#05ACFF
(5,172,255)
0 Favorites   0 Comments

Color spaces of #05acff

RGB 5172255
HSL0.561.000.51
HSV200°98°100°
CMYK 0.980.330.00   0.00
XYZ32.865136.757399.9704
Yxy36.75730.19380.2167
Hunter Lab60.6278-9.3374-55.3250
CIE-Lab67.0945-7.2240-51.1205

#05acff color RGB value is (5,172,255).

#05acff hex color red value is 5, green value is 172 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #05acff hue: 0.56 , saturation: 1.00 and the lightness value of 05acff is 0.51.

The process color (four color CMYK) of #05acff color hex is 0.98, 0.33, 0.00, 0.00. Web safe color of #05acff is #0099ff. Color #05acff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10101100 11111111
Octal 5 254 377
Decimal 5 172 255
Hex 5 AC FF

RGB Percentages of Color #05acff

%1.16
%39.81
%59.03

CMYK Percentages of Color #05acff

%98
%33
%0
%0

Triadic Colors of #05acff

#05acff #ff05ac #acff05

Analogous Colors of #05acff

#05acff #052fff #05ffd5

Monochromatic Colors of #05acff

#05acff

Complementary Color

#05acff #ff5805

#05acff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05acff Color Preview on White Background

Lorem ipsum dolor sit amet.

#05acff Color CSS Codes

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

#05acff Text Font Color

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

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


#05acff Background Color

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

This div background color is #05acff


#05acff Border Color

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

This div border color is #05acff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,172,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05acff


Comments

No comments written yet.

Please login to write comment.