Color Hex Logo

#05bfaf Color Hex

#05BFAF
(5,191,175)
0 Favorites   0 Comments

Color spaces of #05bfaf

RGB 5191175
HSL0.490.950.38
HSV175°97°75°
CMYK 0.970.000.08   0.25
XYZ26.431340.389046.9602
Yxy40.38900.23230.3550
Hunter Lab63.5523-36.97880.6760
CIE-Lab69.7457-43.2337-3.2703

#05bfaf color RGB value is (5,191,175).

#05bfaf hex color red value is 5, green value is 191 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #05bfaf hue: 0.49 , saturation: 0.95 and the lightness value of 05bfaf is 0.38.

The process color (four color CMYK) of #05bfaf color hex is 0.97, 0.00, 0.08, 0.25. Web safe color of #05bfaf is #00cc99. Color #05bfaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10111111 10101111
Octal 5 277 257
Decimal 5 191 175
Hex 5 BF AF

RGB Percentages of Color #05bfaf

%1.35
%51.48
%47.17

CMYK Percentages of Color #05bfaf

%97
%0
%8
%25

Triadic Colors of #05bfaf

#05bfaf #af05bf #bfaf05

Analogous Colors of #05bfaf

#05bfaf #0572bf #05bf52

Monochromatic Colors of #05bfaf

#05bfaf

Complementary Color

#05bfaf #bf0515

#05bfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05bfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#05bfaf Color CSS Codes

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

#05bfaf Text Font Color

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

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


#05bfaf Background Color

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

This div background color is #05bfaf


#05bfaf Border Color

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

This div border color is #05bfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05bfaf


Comments

No comments written yet.

Please login to write comment.