Color Hex Logo

#12886b Color Hex

#12886B
(18,136,107)
0 Favorites   0 Comments

Color spaces of #12886b

RGB 18136107
HSL0.460.770.30
HSV165°87°53°
CMYK 0.870.000.21   0.47
XYZ11.707518.798516.9213
Yxy18.79850.24690.3964
Hunter Lab43.3572-27.67597.2106
CIE-Lab50.4506-37.64717.0421

#12886b color RGB value is (18,136,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10001000 01101011
Octal 22 210 153
Decimal 18 136 107
Hex 12 88 6B

RGB Percentages of Color #12886b

%6.90
%52.11
%41.00

CMYK Percentages of Color #12886b

%87
%0
%21
%47

Triadic Colors of #12886b

#12886b #6b1288 #886b12

Analogous Colors of #12886b

#12886b #126a88 #128830

Monochromatic Colors of #12886b

#12886b

Complementary Color

#12886b #88122f

#12886b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12886b Color Preview on White Background

Lorem ipsum dolor sit amet.

#12886b Color CSS Codes

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

#12886b Text Font Color

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

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


#12886b Background Color

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

This div background color is #12886b


#12886b Border Color

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

This div border color is #12886b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12886b


Comments

No comments written yet.

Please login to write comment.