Color Hex Logo

#05fda9 Color Hex

#05FDA9
(5,253,169)
0 Favorites   0 Comments

Color spaces of #05fda9

RGB 5253169
HSL0.440.980.51
HSV160°98°99°
CMYK 0.980.000.33   0.01
XYZ42.349373.147449.4229
Yxy73.14740.25680.4435
Hunter Lab85.5263-61.284625.6066
CIE-Lab88.5180-68.617626.4991

#05fda9 color RGB value is (5,253,169).

#05fda9 hex color red value is 5, green value is 253 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #05fda9 hue: 0.44 , saturation: 0.98 and the lightness value of 05fda9 is 0.51.

The process color (four color CMYK) of #05fda9 color hex is 0.98, 0.00, 0.33, 0.01. Web safe color of #05fda9 is #00ff99. Color #05fda9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 11111101 10101001
Octal 5 375 251
Decimal 5 253 169
Hex 5 FD A9

RGB Percentages of Color #05fda9

%1.17
%59.25
%39.58

CMYK Percentages of Color #05fda9

%98
%0
%33
%1

Triadic Colors of #05fda9

#05fda9 #a905fd #fda905

Analogous Colors of #05fda9

#05fda9 #05d5fd #05fd2d

Monochromatic Colors of #05fda9

#05fda9

Complementary Color

#05fda9 #fd0559

#05fda9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05fda9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#05fda9 Color CSS Codes

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

#05fda9 Text Font Color

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

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


#05fda9 Background Color

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

This div background color is #05fda9


#05fda9 Border Color

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

This div border color is #05fda9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05fda9

Related Colors


Comments

No comments written yet.

Please login to write comment.