Color Hex Logo

#12695e Color Hex

#12695E
(18,105,94)
0 Favorites   0 Comments

Color spaces of #12695e

RGB 1810594
HSL0.480.710.24
HSV172°83°41°
CMYK 0.830.000.10   0.59
XYZ7.321411.039912.3347
Yxy11.03990.23850.3597
Hunter Lab33.2263-18.81381.2481
CIE-Lab39.6476-27.1173-0.8286

#12695e color RGB value is (18,105,94).

#12695e hex color red value is 18, green value is 105 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #12695e hue: 0.48 , saturation: 0.71 and the lightness value of 12695e is 0.24.

The process color (four color CMYK) of #12695e color hex is 0.83, 0.00, 0.10, 0.59. Web safe color of #12695e is #006666. Color #12695e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101001 01011110
Octal 22 151 136
Decimal 18 105 94
Hex 12 69 5E

RGB Percentages of Color #12695e

%8.29
%48.39
%43.32

CMYK Percentages of Color #12695e

%83
%0
%10
%59

Triadic Colors of #12695e

#12695e #5e1269 #695e12

Analogous Colors of #12695e

#12695e #124969 #126933

Monochromatic Colors of #12695e

#12695e

Complementary Color

#12695e #69121d

#12695e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12695e Color Preview on White Background

Lorem ipsum dolor sit amet.

#12695e Color CSS Codes

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

#12695e Text Font Color

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

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


#12695e Background Color

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

This div background color is #12695e


#12695e Border Color

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

This div border color is #12695e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12695e


Comments

No comments written yet.

Please login to write comment.