Color Hex Logo

#05aeff Color Hex

#05AEFF
(5,174,255)
0 Favorites   0 Comments

Color spaces of #05aeff

RGB 5174255
HSL0.551.000.51
HSV199°98°100°
CMYK 0.980.320.00   0.00
XYZ33.248637.5244100.0983
Yxy37.52440.19460.2196
Hunter Lab61.2572-10.3154-54.0038
CIE-Lab67.6686-8.3387-50.2136

#05aeff color RGB value is (5,174,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 10101110 11111111
Octal 5 256 377
Decimal 5 174 255
Hex 5 AE FF

RGB Percentages of Color #05aeff

%1.15
%40.09
%58.76

CMYK Percentages of Color #05aeff

%98
%32
%0
%0

Triadic Colors of #05aeff

#05aeff #ff05ae #aeff05

Analogous Colors of #05aeff

#05aeff #0531ff #05ffd3

Monochromatic Colors of #05aeff

#05aeff

Complementary Color

#05aeff #ff5605

#05aeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05aeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#05aeff Color CSS Codes

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

#05aeff Text Font Color

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

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


#05aeff Background Color

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

This div background color is #05aeff


#05aeff Border Color

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

This div border color is #05aeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05aeff

Related Colors


Comments

No comments written yet.

Please login to write comment.