Color Hex Logo

#15985d Color Hex

#15985D
(21,152,93)
0 Favorites   0 Comments

Color spaces of #15985d

RGB 2115293
HSL0.420.760.34
HSV153°86°60°
CMYK 0.860.000.39   0.40
XYZ13.513323.406214.1616
Yxy23.40620.26450.4582
Hunter Lab48.3800-34.807016.5108
CIE-Lab55.4883-47.177021.9235

#15985d color RGB value is (21,152,93).

#15985d hex color red value is 21, green value is 152 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #15985d hue: 0.42 , saturation: 0.76 and the lightness value of 15985d is 0.34.

The process color (four color CMYK) of #15985d color hex is 0.86, 0.00, 0.39, 0.40. Web safe color of #15985d is #009966. Color #15985d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10011000 01011101
Octal 25 230 135
Decimal 21 152 93
Hex 15 98 5D

RGB Percentages of Color #15985d

%7.89
%57.14
%34.96

CMYK Percentages of Color #15985d

%86
%0
%39
%40

Triadic Colors of #15985d

#15985d #5d1598 #985d15

Analogous Colors of #15985d

#15985d #159298 #15981c

Monochromatic Colors of #15985d

#15985d

Complementary Color

#15985d #981550

#15985d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15985d Color Preview on White Background

Lorem ipsum dolor sit amet.

#15985d Color CSS Codes

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

#15985d Text Font Color

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

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


#15985d Background Color

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

This div background color is #15985d


#15985d Border Color

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

This div border color is #15985d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,152,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15985d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15985d;
  -webkit-box-shadow: 1px 1px 3px 2px #15985d;
  box-shadow:         1px 1px 3px 2px #15985d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,152,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15985d


Comments

No comments written yet.

Please login to write comment.