Color Hex Logo

#12634d Color Hex

#12634D
(18,99,77)
0 Favorites   0 Comments

Color spaces of #12634d

RGB 189977
HSL0.450.690.23
HSV164°82°39°
CMYK 0.820.000.22   0.61
XYZ6.05089.58818.5530
Yxy9.58810.25010.3963
Hunter Lab30.9647-19.30755.2983
CIE-Lab37.0928-29.20185.8849

#12634d color RGB value is (18,99,77).

#12634d hex color red value is 18, green value is 99 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #12634d hue: 0.45 , saturation: 0.69 and the lightness value of 12634d is 0.23.

The process color (four color CMYK) of #12634d color hex is 0.82, 0.00, 0.22, 0.61. Web safe color of #12634d is #006666. Color #12634d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01100011 01001101
Octal 22 143 115
Decimal 18 99 77
Hex 12 63 4D

RGB Percentages of Color #12634d

%9.28
%51.03
%39.69

CMYK Percentages of Color #12634d

%82
%0
%22
%61

Triadic Colors of #12634d

#12634d #4d1263 #634d12

Analogous Colors of #12634d

#12634d #125163 #126325

Monochromatic Colors of #12634d

#12634d

Complementary Color

#12634d #631228

#12634d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12634d Color Preview on White Background

Lorem ipsum dolor sit amet.

#12634d Color CSS Codes

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

#12634d Text Font Color

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

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


#12634d Background Color

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

This div background color is #12634d


#12634d Border Color

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

This div border color is #12634d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,99,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12634d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12634d;
  -webkit-box-shadow: 1px 1px 3px 2px #12634d;
  box-shadow:         1px 1px 3px 2px #12634d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12634d


Comments

No comments written yet.

Please login to write comment.