Color Hex Logo

#05afdc Color Hex

#05AFDC
(5,175,220)
0 Favorites   0 Comments

Color spaces of #05afdc

RGB 5175220
HSL0.530.960.44
HSV193°98°86°
CMYK 0.980.200.00   0.14
XYZ28.310835.859573.1396
Yxy35.85950.20620.2612
Hunter Lab59.8828-20.4054-30.4976
CIE-Lab66.4124-21.3069-33.0666

#05afdc color RGB value is (5,175,220).

#05afdc hex color red value is 5, green value is 175 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #05afdc hue: 0.53 , saturation: 0.96 and the lightness value of 05afdc is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 10101111 11011100
Octal 5 257 334
Decimal 5 175 220
Hex 5 AF DC

RGB Percentages of Color #05afdc

%1.25
%43.75
%55.00

CMYK Percentages of Color #05afdc

%98
%20
%0
%14

Triadic Colors of #05afdc

#05afdc #dc05af #afdc05

Analogous Colors of #05afdc

#05afdc #0544dc #05dc9e

Monochromatic Colors of #05afdc

#05afdc

Complementary Color

#05afdc #dc3205

#05afdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05afdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#05afdc Color CSS Codes

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

#05afdc Text Font Color

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

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


#05afdc Background Color

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

This div background color is #05afdc


#05afdc Border Color

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

This div border color is #05afdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05afdc


Comments

No comments written yet.

Please login to write comment.