Color Hex Logo

#12817e Color Hex

#12817E
(18,129,126)
0 Favorites   0 Comments

Color spaces of #12817e

RGB 18129126
HSL0.500.760.29
HSV178°86°51°
CMYK 0.860.000.02   0.49
XYZ11.865617.335522.4594
Yxy17.33550.22970.3356
Hunter Lab41.6359-21.9931-2.8373
CIE-Lab48.6800-28.9004-6.6533

#12817e color RGB value is (18,129,126).

#12817e hex color red value is 18, green value is 129 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #12817e hue: 0.50 , saturation: 0.76 and the lightness value of 12817e is 0.29.

The process color (four color CMYK) of #12817e color hex is 0.86, 0.00, 0.02, 0.49. Web safe color of #12817e is #009966. Color #12817e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10000001 01111110
Octal 22 201 176
Decimal 18 129 126
Hex 12 81 7E

RGB Percentages of Color #12817e

%6.59
%47.25
%46.15

CMYK Percentages of Color #12817e

%86
%0
%2
%49

Triadic Colors of #12817e

#12817e #7e1281 #817e12

Analogous Colors of #12817e

#12817e #124d81 #128147

Monochromatic Colors of #12817e

#12817e

Complementary Color

#12817e #811215

#12817e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12817e Color Preview on White Background

Lorem ipsum dolor sit amet.

#12817e Color CSS Codes

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

#12817e Text Font Color

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

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


#12817e Background Color

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

This div background color is #12817e


#12817e Border Color

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

This div border color is #12817e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,129,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12817e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12817e;
  -webkit-box-shadow: 1px 1px 3px 2px #12817e;
  box-shadow:         1px 1px 3px 2px #12817e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,129,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12817e


Comments

No comments written yet.

Please login to write comment.