Color Hex Logo

#05af6c Color Hex

#05AF6C
(5,175,108)
0 Favorites   0 Comments

Color spaces of #05af6c

RGB 5175108
HSL0.430.940.35
HSV156°97°69°
CMYK 0.970.000.38   0.31
XYZ18.099331.774919.3666
Yxy31.77490.26140.4589
Hunter Lab56.3692-41.332519.0884
CIE-Lab63.1564-53.532524.0002

#05af6c color RGB value is (5,175,108).

#05af6c hex color red value is 5, green value is 175 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #05af6c hue: 0.43 , saturation: 0.94 and the lightness value of 05af6c is 0.35.

The process color (four color CMYK) of #05af6c color hex is 0.97, 0.00, 0.38, 0.31. Web safe color of #05af6c is #009966. Color #05af6c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10101111 01101100
Octal 5 257 154
Decimal 5 175 108
Hex 5 AF 6C

RGB Percentages of Color #05af6c

%1.74
%60.76
%37.50

CMYK Percentages of Color #05af6c

%97
%0
%38
%31

Triadic Colors of #05af6c

#05af6c #6c05af #af6c05

Analogous Colors of #05af6c

#05af6c #059daf #05af17

Monochromatic Colors of #05af6c

#05af6c

Complementary Color

#05af6c #af0548

#05af6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05af6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#05af6c Color CSS Codes

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

#05af6c Text Font Color

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

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


#05af6c Background Color

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

This div background color is #05af6c


#05af6c Border Color

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

This div border color is #05af6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05af6c


Comments

No comments written yet.

Please login to write comment.