Color Hex Logo

#12847d Color Hex

#12847D
(18,132,125)
0 Favorites   0 Comments

Color spaces of #12847d

RGB 18132125
HSL0.490.760.29
HSV176°86°52°
CMYK 0.860.000.05   0.48
XYZ12.202418.111822.2548
Yxy18.11180.23210.3445
Hunter Lab42.5580-23.2961-1.2139
CIE-Lab49.6314-30.6589-4.6530

#12847d color RGB value is (18,132,125).

#12847d hex color red value is 18, green value is 132 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #12847d hue: 0.49 , saturation: 0.76 and the lightness value of 12847d is 0.29.

The process color (four color CMYK) of #12847d color hex is 0.86, 0.00, 0.05, 0.48. Web safe color of #12847d is #009966. Color #12847d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10000100 01111101
Octal 22 204 175
Decimal 18 132 125
Hex 12 84 7D

RGB Percentages of Color #12847d

%6.55
%48.00
%45.45

CMYK Percentages of Color #12847d

%86
%0
%5
%48

Triadic Colors of #12847d

#12847d #7d1284 #847d12

Analogous Colors of #12847d

#12847d #125284 #128444

Monochromatic Colors of #12847d

#12847d

Complementary Color

#12847d #841219

#12847d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12847d Color Preview on White Background

Lorem ipsum dolor sit amet.

#12847d Color CSS Codes

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

#12847d Text Font Color

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

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


#12847d Background Color

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

This div background color is #12847d


#12847d Border Color

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

This div border color is #12847d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12847d


Comments

No comments written yet.

Please login to write comment.