Color Hex Logo

#15826e Color Hex

#15826E
(21,130,110)
0 Favorites   0 Comments

Color spaces of #15826e

RGB 21130110
HSL0.470.720.30
HSV169°84°51°
CMYK 0.840.000.15   0.49
XYZ11.106417.250517.4962
Yxy17.25050.24220.3762
Hunter Lab41.5337-24.95194.0975
CIE-Lab48.5741-33.89152.6026

#15826e color RGB value is (21,130,110).

#15826e hex color red value is 21, green value is 130 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #15826e hue: 0.47 , saturation: 0.72 and the lightness value of 15826e is 0.30.

The process color (four color CMYK) of #15826e color hex is 0.84, 0.00, 0.15, 0.49. Web safe color of #15826e is #009966. Color #15826e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10000010 01101110
Octal 25 202 156
Decimal 21 130 110
Hex 15 82 6E

RGB Percentages of Color #15826e

%8.05
%49.81
%42.15

CMYK Percentages of Color #15826e

%84
%0
%15
%49

Triadic Colors of #15826e

#15826e #6e1582 #826e15

Analogous Colors of #15826e

#15826e #155f82 #158238

Monochromatic Colors of #15826e

#15826e

Complementary Color

#15826e #821529

#15826e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15826e Color Preview on White Background

Lorem ipsum dolor sit amet.

#15826e Color CSS Codes

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

#15826e Text Font Color

<p style="color:#15826e">Text here</p>

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


#15826e Background Color

<div style="background-color:#15826e">
Div content here</div>

This div background color is #15826e


#15826e Border Color

<div style="border:3px solid #15826e">
Div here</div>

This div border color is #15826e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,130,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15826e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15826e;
  -webkit-box-shadow: 1px 1px 3px 2px #15826e;
  box-shadow:         1px 1px 3px 2px #15826e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15826e


Comments

No comments written yet.

Please login to write comment.