Color Hex Logo

#05997d Color Hex

#05997D
(5,153,125)
0 Favorites   0 Comments

Color spaces of #05997d

RGB 5153125
HSL0.470.940.31
HSV169°97°60°
CMYK 0.970.000.18   0.40
XYZ15.155524.295423.2927
Yxy24.29540.24150.3872
Hunter Lab49.2904-31.37406.4851
CIE-Lab56.3823-40.86105.1828

#05997d color RGB value is (5,153,125).

#05997d hex color red value is 5, green value is 153 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #05997d hue: 0.47 , saturation: 0.94 and the lightness value of 05997d is 0.31.

The process color (four color CMYK) of #05997d color hex is 0.97, 0.00, 0.18, 0.40. Web safe color of #05997d is #009966. Color #05997d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10011001 01111101
Octal 5 231 175
Decimal 5 153 125
Hex 5 99 7D

RGB Percentages of Color #05997d

%1.77
%54.06
%44.17

CMYK Percentages of Color #05997d

%97
%0
%18
%40

Triadic Colors of #05997d

#05997d #7d0599 #997d05

Analogous Colors of #05997d

#05997d #056b99 #059933

Monochromatic Colors of #05997d

#05997d

Complementary Color

#05997d #990521

#05997d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05997d Color Preview on White Background

Lorem ipsum dolor sit amet.

#05997d Color CSS Codes

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

#05997d Text Font Color

<p style="color:#05997d">Text here</p>

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


#05997d Background Color

<div style="background-color:#05997d">
Div content here</div>

This div background color is #05997d


#05997d Border Color

<div style="border:3px solid #05997d">
Div here</div>

This div border color is #05997d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,153,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05997d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05997d;
  -webkit-box-shadow: 1px 1px 3px 2px #05997d;
  box-shadow:         1px 1px 3px 2px #05997d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05997d


Comments

No comments written yet.

Please login to write comment.