Color Hex Logo

#05edaf Color Hex

#05EDAF
(5,237,175)
0 Favorites   0 Comments

Color spaces of #05edaf

RGB 5237175
HSL0.460.960.47
HSV164°98°93°
CMYK 0.980.000.26   0.07
XYZ38.084663.695850.8447
Yxy63.69580.24950.4173
Hunter Lab79.8096-54.487918.0946
CIE-Lab83.8071-61.587616.9169

#05edaf color RGB value is (5,237,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 11101101 10101111
Octal 5 355 257
Decimal 5 237 175
Hex 5 ED AF

RGB Percentages of Color #05edaf

%1.20
%56.83
%41.97

CMYK Percentages of Color #05edaf

%98
%0
%26
%7

Triadic Colors of #05edaf

#05edaf #af05ed #edaf05

Analogous Colors of #05edaf

#05edaf #05b7ed #05ed3b

Monochromatic Colors of #05edaf

#05edaf

Complementary Color

#05edaf #ed0543

#05edaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05edaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#05edaf Color CSS Codes

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

#05edaf Text Font Color

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

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


#05edaf Background Color

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

This div background color is #05edaf


#05edaf Border Color

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

This div border color is #05edaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05edaf


Comments

No comments written yet.

Please login to write comment.