Color Hex Logo

#12555f Color Hex

#12555F
(18,85,95)
0 Favorites   0 Comments

Color spaces of #12555f

RGB 188595
HSL0.520.680.22
HSV188°81°37°
CMYK 0.810.110.00   0.63
XYZ5.56357.451811.9716
Yxy7.45180.22270.2982
Hunter Lab27.2980-11.3921-6.8932
CIE-Lab32.8141-16.2693-11.6515

#12555f color RGB value is (18,85,95).

#12555f hex color red value is 18, green value is 85 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #12555f hue: 0.52 , saturation: 0.68 and the lightness value of 12555f is 0.22.

The process color (four color CMYK) of #12555f color hex is 0.81, 0.11, 0.00, 0.63. Web safe color of #12555f is #006666. Color #12555f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01010101 01011111
Octal 22 125 137
Decimal 18 85 95
Hex 12 55 5F

RGB Percentages of Color #12555f

%9.09
%42.93
%47.98

CMYK Percentages of Color #12555f

%81
%11
%0
%63

Triadic Colors of #12555f

#12555f #5f1255 #555f12

Analogous Colors of #12555f

#12555f #122f5f #125f42

Monochromatic Colors of #12555f

#12555f

Complementary Color

#12555f #5f1c12

#12555f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12555f Color Preview on White Background

Lorem ipsum dolor sit amet.

#12555f Color CSS Codes

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

#12555f Text Font Color

<p style="color:#12555f">Text here</p>

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


#12555f Background Color

<div style="background-color:#12555f">
Div content here</div>

This div background color is #12555f


#12555f Border Color

<div style="border:3px solid #12555f">
Div here</div>

This div border color is #12555f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,85,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12555f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12555f;
  -webkit-box-shadow: 1px 1px 3px 2px #12555f;
  box-shadow:         1px 1px 3px 2px #12555f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12555f


Comments

No comments written yet.

Please login to write comment.