Color Hex Logo

#05b25f Color Hex

#05B25F
(5,178,95)
0 Favorites   0 Comments

Color spaces of #05b25f

RGB 517895
HSL0.420.950.36
HSV151°97°70°
CMYK 0.970.000.47   0.30
XYZ18.048532.699316.1868
Yxy32.69930.26960.4885
Hunter Lab57.1833-43.731723.2452
CIE-Lab63.9167-57.079031.8384

#05b25f color RGB value is (5,178,95).

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

The process color (four color CMYK) of #05b25f color hex is 0.97, 0.00, 0.47, 0.30. Web safe color of #05b25f is #009966. Color #05b25f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10110010 01011111
Octal 5 262 137
Decimal 5 178 95
Hex 5 B2 5F

RGB Percentages of Color #05b25f

%1.80
%64.03
%34.17

CMYK Percentages of Color #05b25f

%97
%0
%47
%30

Triadic Colors of #05b25f

#05b25f #5f05b2 #b25f05

Analogous Colors of #05b25f

#05b25f #05afb2 #05b209

Monochromatic Colors of #05b25f

#05b25f

Complementary Color

#05b25f #b20558

#05b25f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05b25f Color Preview on White Background

Lorem ipsum dolor sit amet.

#05b25f Color CSS Codes

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

#05b25f Text Font Color

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

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


#05b25f Background Color

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

This div background color is #05b25f


#05b25f Border Color

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

This div border color is #05b25f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05b25f


Comments

No comments written yet.

Please login to write comment.