Color Hex Logo

#12848b Color Hex

#12848B
(18,132,139)
0 Favorites   0 Comments

Color spaces of #12848b

RGB 18132139
HSL0.510.770.31
HSV183°87°55°
CMYK 0.870.050.00   0.45
XYZ13.160918.495227.3024
Yxy18.49520.22320.3137
Hunter Lab43.0060-20.6352-7.5360
CIE-Lab50.0913-26.2025-12.1674

#12848b color RGB value is (18,132,139).

#12848b hex color red value is 18, green value is 132 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #12848b hue: 0.51 , saturation: 0.77 and the lightness value of 12848b is 0.31.

The process color (four color CMYK) of #12848b color hex is 0.87, 0.05, 0.00, 0.45. Web safe color of #12848b is #009999. Color #12848b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10000100 10001011
Octal 22 204 213
Decimal 18 132 139
Hex 12 84 8B

RGB Percentages of Color #12848b

%6.23
%45.67
%48.10

CMYK Percentages of Color #12848b

%87
%5
%0
%45

Triadic Colors of #12848b

#12848b #8b1284 #848b12

Analogous Colors of #12848b

#12848b #12478b #128b56

Monochromatic Colors of #12848b

#12848b

Complementary Color

#12848b #8b1912

#12848b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12848b Color Preview on White Background

Lorem ipsum dolor sit amet.

#12848b Color CSS Codes

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

#12848b Text Font Color

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

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


#12848b Background Color

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

This div background color is #12848b


#12848b Border Color

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

This div border color is #12848b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12848b


Comments

No comments written yet.

Please login to write comment.