Color Hex Logo

#125f3b Color Hex

#125F3B
(18,95,59)
0 Favorites   0 Comments

Color spaces of #125f3b

RGB 189559
HSL0.420.680.22
HSV152°81°37°
CMYK 0.810.000.38   0.63
XYZ5.13118.62885.5328
Yxy8.62880.26600.4473
Hunter Lab29.3748-20.22619.3950
CIE-Lab35.2596-31.975814.3001

#125f3b color RGB value is (18,95,59).

#125f3b hex color red value is 18, green value is 95 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #125f3b hue: 0.42 , saturation: 0.68 and the lightness value of 125f3b is 0.22.

The process color (four color CMYK) of #125f3b color hex is 0.81, 0.00, 0.38, 0.63. Web safe color of #125f3b is #006633. Color #125f3b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011111 00111011
Octal 22 137 73
Decimal 18 95 59
Hex 12 5F 3B

RGB Percentages of Color #125f3b

%10.47
%55.23
%34.30

CMYK Percentages of Color #125f3b

%81
%0
%38
%63

Triadic Colors of #125f3b

#125f3b #3b125f #5f3b12

Analogous Colors of #125f3b

#125f3b #125d5f #125f15

Monochromatic Colors of #125f3b

#125f3b

Complementary Color

#125f3b #5f1236

#125f3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125f3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#125f3b Color CSS Codes

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

#125f3b Text Font Color

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

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


#125f3b Background Color

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

This div background color is #125f3b


#125f3b Border Color

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

This div border color is #125f3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125f3b


Comments

No comments written yet.

Please login to write comment.