Color Hex Logo

#05958c Color Hex

#05958C
(5,149,140)
0 Favorites   0 Comments

Color spaces of #05958c

RGB 5149140
HSL0.490.940.30
HSV176°97°58°
CMYK 0.970.000.06   0.42
XYZ15.543723.420628.5123
Yxy23.42060.23040.3471
Hunter Lab48.3948-27.3594-1.0549
CIE-Lab55.5030-34.7750-4.6731

#05958c color RGB value is (5,149,140).

#05958c hex color red value is 5, green value is 149 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #05958c hue: 0.49 , saturation: 0.94 and the lightness value of 05958c is 0.30.

The process color (four color CMYK) of #05958c color hex is 0.97, 0.00, 0.06, 0.42. Web safe color of #05958c is #009999. Color #05958c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10010101 10001100
Octal 5 225 214
Decimal 5 149 140
Hex 5 95 8C

RGB Percentages of Color #05958c

%1.70
%50.68
%47.62

CMYK Percentages of Color #05958c

%97
%0
%6
%42

Triadic Colors of #05958c

#05958c #8c0595 #958c05

Analogous Colors of #05958c

#05958c #055695 #059544

Monochromatic Colors of #05958c

#05958c

Complementary Color

#05958c #95050e

#05958c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05958c Color Preview on White Background

Lorem ipsum dolor sit amet.

#05958c Color CSS Codes

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

#05958c Text Font Color

<p style="color:#05958c">Text here</p>

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


#05958c Background Color

<div style="background-color:#05958c">
Div content here</div>

This div background color is #05958c


#05958c Border Color

<div style="border:3px solid #05958c">
Div here</div>

This div border color is #05958c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,149,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05958c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05958c;
  -webkit-box-shadow: 1px 1px 3px 2px #05958c;
  box-shadow:         1px 1px 3px 2px #05958c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05958c


Comments

No comments written yet.

Please login to write comment.