Color Hex Logo

#125844 Color Hex

#125844
(18,88,68)
0 Favorites   0 Comments

Color spaces of #125844

RGB 188868
HSL0.450.660.21
HSV163°80°35°
CMYK 0.800.000.23   0.65
XYZ4.78267.52546.6693
Yxy7.52540.25200.3965
Hunter Lab27.4325-16.88704.7883
CIE-Lab32.9743-26.50445.6002

#125844 color RGB value is (18,88,68).

#125844 hex color red value is 18, green value is 88 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #125844 hue: 0.45 , saturation: 0.66 and the lightness value of 125844 is 0.21.

The process color (four color CMYK) of #125844 color hex is 0.80, 0.00, 0.23, 0.65. Web safe color of #125844 is #006633. Color #125844 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011000 01000100
Octal 22 130 104
Decimal 18 88 68
Hex 12 58 44

RGB Percentages of Color #125844

%10.34
%50.57
%39.08

CMYK Percentages of Color #125844

%80
%0
%23
%65

Triadic Colors of #125844

#125844 #441258 #584412

Analogous Colors of #125844

#125844 #124958 #125821

Monochromatic Colors of #125844

#125844

Complementary Color

#125844 #581226

#125844 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125844 Color Preview on White Background

Lorem ipsum dolor sit amet.

#125844 Color CSS Codes

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

#125844 Text Font Color

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

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


#125844 Background Color

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

This div background color is #125844


#125844 Border Color

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

This div border color is #125844


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125844


Comments

No comments written yet.

Please login to write comment.