Color Hex Logo

#05b56f Color Hex

#05B56F
(5,181,111)
0 Favorites   0 Comments

Color spaces of #05b56f

RGB 5181111
HSL0.430.950.36
HSV156°97°71°
CMYK 0.970.000.39   0.29
XYZ19.455734.227720.6201
Yxy34.22770.26180.4606
Hunter Lab58.5044-43.022520.0561
CIE-Lab65.1429-55.081525.0491

#05b56f color RGB value is (5,181,111).

#05b56f hex color red value is 5, green value is 181 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #05b56f hue: 0.43 , saturation: 0.95 and the lightness value of 05b56f is 0.36.

The process color (four color CMYK) of #05b56f color hex is 0.97, 0.00, 0.39, 0.29. Web safe color of #05b56f is #00cc66. Color #05b56f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10110101 01101111
Octal 5 265 157
Decimal 5 181 111
Hex 5 B5 6F

RGB Percentages of Color #05b56f

%1.68
%60.94
%37.37

CMYK Percentages of Color #05b56f

%97
%0
%39
%29

Triadic Colors of #05b56f

#05b56f #6f05b5 #b56f05

Analogous Colors of #05b56f

#05b56f #05a3b5 #05b517

Monochromatic Colors of #05b56f

#05b56f

Complementary Color

#05b56f #b5054b

#05b56f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05b56f Color Preview on White Background

Lorem ipsum dolor sit amet.

#05b56f Color CSS Codes

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

#05b56f Text Font Color

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

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


#05b56f Background Color

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

This div background color is #05b56f


#05b56f Border Color

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

This div border color is #05b56f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05b56f


Comments

No comments written yet.

Please login to write comment.