Color Hex Logo

#125369 Color Hex

#125369
(18,83,105)
0 Favorites   0 Comments

Color spaces of #125369

RGB 1883105
HSL0.540.710.24
HSV195°83°41°
CMYK 0.830.210.00   0.59
XYZ5.89257.335014.4698
Yxy7.33500.21270.2648
Hunter Lab27.0832-8.5593-12.7187
CIE-Lab32.5577-11.4104-18.3419

#125369 color RGB value is (18,83,105).

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

The process color (four color CMYK) of #125369 color hex is 0.83, 0.21, 0.00, 0.59. Web safe color of #125369 is #006666. Color #125369 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01010011 01101001
Octal 22 123 151
Decimal 18 83 105
Hex 12 53 69

RGB Percentages of Color #125369

%8.74
%40.29
%50.97

CMYK Percentages of Color #125369

%83
%21
%0
%59

Triadic Colors of #125369

#125369 #691253 #536912

Analogous Colors of #125369

#125369 #122769 #126954

Monochromatic Colors of #125369

#125369

Complementary Color

#125369 #692812

#125369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#125369 Color CSS Codes

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

#125369 Text Font Color

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

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


#125369 Background Color

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

This div background color is #125369


#125369 Border Color

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

This div border color is #125369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125369


Comments

No comments written yet.

Please login to write comment.