Color Hex Logo

#05aecc Color Hex

#05AECC
(5,174,204)
0 Favorites   0 Comments

Color spaces of #05aecc

RGB 5174204
HSL0.530.950.41
HSV189°98°80°
CMYK 0.980.150.00   0.20
XYZ26.097734.664062.4421
Yxy34.66400.21180.2814
Hunter Lab58.8761-23.9105-21.6677
CIE-Lab65.4862-26.2528-25.6701

#05aecc color RGB value is (5,174,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 10101110 11001100
Octal 5 256 314
Decimal 5 174 204
Hex 5 AE CC

RGB Percentages of Color #05aecc

%1.31
%45.43
%53.26

CMYK Percentages of Color #05aecc

%98
%15
%0
%20

Triadic Colors of #05aecc

#05aecc #cc05ae #aecc05

Analogous Colors of #05aecc

#05aecc #054bcc #05cc87

Monochromatic Colors of #05aecc

#05aecc

Complementary Color

#05aecc #cc2305

#05aecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05aecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#05aecc Color CSS Codes

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

#05aecc Text Font Color

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

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


#05aecc Background Color

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

This div background color is #05aecc


#05aecc Border Color

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

This div border color is #05aecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05aecc


Comments

No comments written yet.

Please login to write comment.