Color Hex Logo

#125480 Color Hex

#125480
(18,84,128)
0 Favorites   0 Comments

Color spaces of #125480

RGB 1884128
HSL0.570.750.29
HSV204°86°50°
CMYK 0.860.340.00   0.50
XYZ7.31618.027821.5860
Yxy8.02780.19810.2174
Hunter Lab28.3334-3.4920-25.3372
CIE-Lab34.0407-3.0011-30.3414

#125480 color RGB value is (18,84,128).

#125480 hex color red value is 18, green value is 84 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #125480 hue: 0.57 , saturation: 0.75 and the lightness value of 125480 is 0.29.

The process color (four color CMYK) of #125480 color hex is 0.86, 0.34, 0.00, 0.50. Web safe color of #125480 is #006699. Color #125480 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01010100 10000000
Octal 22 124 200
Decimal 18 84 128
Hex 12 54 80

RGB Percentages of Color #125480

%7.83
%36.52
%55.65

CMYK Percentages of Color #125480

%86
%34
%0
%50

Triadic Colors of #125480

#125480 #801254 #548012

Analogous Colors of #125480

#125480 #121d80 #128075

Monochromatic Colors of #125480

#125480

Complementary Color

#125480 #803e12

#125480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#125480 Color CSS Codes

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

#125480 Text Font Color

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

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


#125480 Background Color

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

This div background color is #125480


#125480 Border Color

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

This div border color is #125480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125480


Comments

No comments written yet.

Please login to write comment.