Color Hex Logo

#125371 Color Hex

#125371
(18,83,113)
0 Favorites   0 Comments

Color spaces of #125371

RGB 1883113
HSL0.550.730.26
HSV199°84°44°
CMYK 0.840.270.00   0.56
XYZ6.32337.507416.7386
Yxy7.50740.20690.2456
Hunter Lab27.3996-6.7551-17.0409
CIE-Lab32.9352-8.3279-22.7685

#125371 color RGB value is (18,83,113).

#125371 hex color red value is 18, green value is 83 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #125371 hue: 0.55 , saturation: 0.73 and the lightness value of 125371 is 0.26.

The process color (four color CMYK) of #125371 color hex is 0.84, 0.27, 0.00, 0.56. Web safe color of #125371 is #006666. Color #125371 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01010011 01110001
Octal 22 123 161
Decimal 18 83 113
Hex 12 53 71

RGB Percentages of Color #125371

%8.41
%38.79
%52.80

CMYK Percentages of Color #125371

%84
%27
%0
%56

Triadic Colors of #125371

#125371 #711253 #537112

Analogous Colors of #125371

#125371 #122371 #127160

Monochromatic Colors of #125371

#125371

Complementary Color

#125371 #713012

#125371 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125371 Color Preview on White Background

Lorem ipsum dolor sit amet.

#125371 Color CSS Codes

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

#125371 Text Font Color

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

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


#125371 Background Color

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

This div background color is #125371


#125371 Border Color

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

This div border color is #125371


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125371


Comments

No comments written yet.

Please login to write comment.