Color Hex Logo

#125248 Color Hex

#125248
(18,82,72)
0 Favorites   0 Comments

Color spaces of #125248

RGB 188272
HSL0.470.640.20
HSV171°78°32°
CMYK 0.780.000.12   0.68
XYZ4.43646.63117.1770
Yxy6.63110.24320.3635
Hunter Lab25.7509-14.31191.5010
CIE-Lab30.9519-22.35340.1616

#125248 color RGB value is (18,82,72).

#125248 hex color red value is 18, green value is 82 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #125248 hue: 0.47 , saturation: 0.64 and the lightness value of 125248 is 0.20.

The process color (four color CMYK) of #125248 color hex is 0.78, 0.00, 0.12, 0.68. Web safe color of #125248 is #006633. Color #125248 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01010010 01001000
Octal 22 122 110
Decimal 18 82 72
Hex 12 52 48

RGB Percentages of Color #125248

%10.47
%47.67
%41.86

CMYK Percentages of Color #125248

%78
%0
%12
%68

Triadic Colors of #125248

#125248 #481252 #524812

Analogous Colors of #125248

#125248 #123c52 #125228

Monochromatic Colors of #125248

#125248

Complementary Color

#125248 #52121c

#125248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#125248 Color CSS Codes

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

#125248 Text Font Color

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

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


#125248 Background Color

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

This div background color is #125248


#125248 Border Color

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

This div border color is #125248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125248


Comments

No comments written yet.

Please login to write comment.