Color Hex Logo

#125803 Color Hex

#125803
(18,88,3)
0 Favorites   0 Comments

Color spaces of #125803

RGB 18883
HSL0.300.930.18
HSV109°97°35°
CMYK 0.800.000.97   0.65
XYZ3.75567.11461.2615
Yxy7.11460.30960.5864
Hunter Lab26.6732-21.545215.8671
CIE-Lab32.0664-36.881837.6175

#125803 color RGB value is (18,88,3).

#125803 hex color red value is 18, green value is 88 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #125803 hue: 0.30 , saturation: 0.93 and the lightness value of 125803 is 0.18.

The process color (four color CMYK) of #125803 color hex is 0.80, 0.00, 0.97, 0.65. Web safe color of #125803 is #006600. Color #125803 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011000 00000011
Octal 22 130 3
Decimal 18 88 3
Hex 12 58 3

RGB Percentages of Color #125803

%16.51
%80.73
%2.75

CMYK Percentages of Color #125803

%80
%0
%97
%65

Triadic Colors of #125803

#125803 #031258 #580312

Analogous Colors of #125803

#125803 #03581f #3c5803

Monochromatic Colors of #125803

#125803

Complementary Color

#125803 #490358

#125803 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125803 Color Preview on White Background

Lorem ipsum dolor sit amet.

#125803 Color CSS Codes

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

#125803 Text Font Color

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

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


#125803 Background Color

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

This div background color is #125803


#125803 Border Color

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

This div border color is #125803


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125803


Comments

No comments written yet.

Please login to write comment.