Color Hex Logo

#05cdaf Color Hex

#05CDAF
(5,205,175)
0 Favorites   0 Comments

Color spaces of #05cdaf

RGB 5205175
HSL0.480.950.41
HSV171°98°80°
CMYK 0.980.000.15   0.20
XYZ29.631846.790148.0271
Yxy46.79010.23810.3760
Hunter Lab68.4033-42.38096.2538
CIE-Lab74.0553-49.13553.0243

#05cdaf color RGB value is (5,205,175).

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

The process color (four color CMYK) of #05cdaf color hex is 0.98, 0.00, 0.15, 0.20. Web safe color of #05cdaf is #00cc99. Color #05cdaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 11001101 10101111
Octal 5 315 257
Decimal 5 205 175
Hex 5 CD AF

RGB Percentages of Color #05cdaf

%1.30
%53.25
%45.45

CMYK Percentages of Color #05cdaf

%98
%0
%15
%20

Triadic Colors of #05cdaf

#05cdaf #af05cd #cdaf05

Analogous Colors of #05cdaf

#05cdaf #0587cd #05cd4b

Monochromatic Colors of #05cdaf

#05cdaf

Complementary Color

#05cdaf #cd0523

#05cdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05cdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#05cdaf Color CSS Codes

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

#05cdaf Text Font Color

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

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


#05cdaf Background Color

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

This div background color is #05cdaf


#05cdaf Border Color

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

This div border color is #05cdaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,205,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 #05cdaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05cdaf


Comments

No comments written yet.

Please login to write comment.