Color Hex Logo

#05a9cd Color Hex

#05A9CD
(5,169,205)
0 Favorites   0 Comments

Color spaces of #05a9cd

RGB 5169205
HSL0.530.950.41
HSV191°98°80°
CMYK 0.980.180.00   0.20
XYZ25.270032.816062.7599
Yxy32.81600.20910.2716
Hunter Lab57.2853-21.5082-24.8566
CIE-Lab64.0116-23.3694-28.4939

#05a9cd color RGB value is (5,169,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 10101001 11001101
Octal 5 251 315
Decimal 5 169 205
Hex 5 A9 CD

RGB Percentages of Color #05a9cd

%1.32
%44.59
%54.09

CMYK Percentages of Color #05a9cd

%98
%18
%0
%20

Triadic Colors of #05a9cd

#05a9cd #cd05a9 #a9cd05

Analogous Colors of #05a9cd

#05a9cd #0545cd #05cd8d

Monochromatic Colors of #05a9cd

#05a9cd

Complementary Color

#05a9cd #cd2905

#05a9cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05a9cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#05a9cd Color CSS Codes

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

#05a9cd Text Font Color

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

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


#05a9cd Background Color

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

This div background color is #05a9cd


#05a9cd Border Color

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

This div border color is #05a9cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05a9cd


Comments

No comments written yet.

Please login to write comment.