Color Hex Logo

#12885b Color Hex

#12885B
(18,136,91)
0 Favorites   0 Comments

Color spaces of #12885b

RGB 1813691
HSL0.440.770.30
HSV157°87°53°
CMYK 0.870.000.33   0.47
XYZ10.941918.492212.8902
Yxy18.49220.25850.4369
Hunter Lab43.0026-29.835612.3294
CIE-Lab50.0877-41.628515.7402

#12885b color RGB value is (18,136,91).

#12885b hex color red value is 18, green value is 136 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #12885b hue: 0.44 , saturation: 0.77 and the lightness value of 12885b is 0.30.

The process color (four color CMYK) of #12885b color hex is 0.87, 0.00, 0.33, 0.47. Web safe color of #12885b is #009966. Color #12885b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10001000 01011011
Octal 22 210 133
Decimal 18 136 91
Hex 12 88 5B

RGB Percentages of Color #12885b

%7.35
%55.51
%37.14

CMYK Percentages of Color #12885b

%87
%0
%33
%47

Triadic Colors of #12885b

#12885b #5b1288 #885b12

Analogous Colors of #12885b

#12885b #127a88 #128820

Monochromatic Colors of #12885b

#12885b

Complementary Color

#12885b #88123f

#12885b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12885b Color Preview on White Background

Lorem ipsum dolor sit amet.

#12885b Color CSS Codes

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

#12885b Text Font Color

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

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


#12885b Background Color

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

This div background color is #12885b


#12885b Border Color

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

This div border color is #12885b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,136,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12885b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12885b;
  -webkit-box-shadow: 1px 1px 3px 2px #12885b;
  box-shadow:         1px 1px 3px 2px #12885b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12885b


Comments

No comments written yet.

Please login to write comment.