Color Hex Logo

#05db86 Color Hex

#05DB86
(5,219,134)
0 Favorites   0 Comments

Color spaces of #05db86

RGB 5219134
HSL0.430.960.44
HSV156°98°86°
CMYK 0.980.000.39   0.14
XYZ29.697252.416531.1065
Yxy52.41650.26230.4630
Hunter Lab72.3992-53.480425.2054
CIE-Lab77.5292-63.860029.5347

#05db86 color RGB value is (5,219,134).

#05db86 hex color red value is 5, green value is 219 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #05db86 hue: 0.43 , saturation: 0.96 and the lightness value of 05db86 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 11011011 10000110
Octal 5 333 206
Decimal 5 219 134
Hex 5 DB 86

RGB Percentages of Color #05db86

%1.40
%61.17
%37.43

CMYK Percentages of Color #05db86

%98
%0
%39
%14

Triadic Colors of #05db86

#05db86 #8605db #db8605

Analogous Colors of #05db86

#05db86 #05c5db #05db1b

Monochromatic Colors of #05db86

#05db86

Complementary Color

#05db86 #db055a

#05db86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05db86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#05db86 Color CSS Codes

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

#05db86 Text Font Color

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

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


#05db86 Background Color

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

This div background color is #05db86


#05db86 Border Color

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

This div border color is #05db86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05db86


Comments

No comments written yet.

Please login to write comment.