Color Hex Logo

#129875 Color Hex

#129875
(18,152,117)
0 Favorites   0 Comments

Color spaces of #129875

RGB 18152117
HSL0.460.790.33
HSV164°88°60°
CMYK 0.880.000.23   0.40
XYZ14.688623.869420.6627
Yxy23.86940.24800.4031
Hunter Lab48.8563-31.83279.1240
CIE-Lab55.9568-41.84019.1320

#129875 color RGB value is (18,152,117).

#129875 hex color red value is 18, green value is 152 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #129875 hue: 0.46 , saturation: 0.79 and the lightness value of 129875 is 0.33.

The process color (four color CMYK) of #129875 color hex is 0.88, 0.00, 0.23, 0.40. Web safe color of #129875 is #009966. Color #129875 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10011000 01110101
Octal 22 230 165
Decimal 18 152 117
Hex 12 98 75

RGB Percentages of Color #129875

%6.27
%52.96
%40.77

CMYK Percentages of Color #129875

%88
%0
%23
%40

Triadic Colors of #129875

#129875 #751298 #987512

Analogous Colors of #129875

#129875 #127898 #129832

Monochromatic Colors of #129875

#129875

Complementary Color

#129875 #981235

#129875 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#129875 Color Preview on White Background

Lorem ipsum dolor sit amet.

#129875 Color CSS Codes

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

#129875 Text Font Color

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

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


#129875 Background Color

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

This div background color is #129875


#129875 Border Color

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

This div border color is #129875


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,152,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #129875; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #129875;
  -webkit-box-shadow: 1px 1px 3px 2px #129875;
  box-shadow:         1px 1px 3px 2px #129875; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #129875


Comments

No comments written yet.

Please login to write comment.