Color Hex Logo

#125345 Color Hex

#125345
(18,83,69)
0 Favorites   0 Comments

Color spaces of #125345

RGB 188369
HSL0.460.640.20
HSV167°78°33°
CMYK 0.780.000.17   0.67
XYZ4.41696.74486.6993
Yxy6.74480.24730.3776
Hunter Lab25.9708-15.09102.8853
CIE-Lab31.2187-23.76772.4554

#125345 color RGB value is (18,83,69).

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

The process color (four color CMYK) of #125345 color hex is 0.78, 0.00, 0.17, 0.67. Web safe color of #125345 is #006633. Color #125345 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01010011 01000101
Octal 22 123 105
Decimal 18 83 69
Hex 12 53 45

RGB Percentages of Color #125345

%10.59
%48.82
%40.59

CMYK Percentages of Color #125345

%78
%0
%17
%67

Triadic Colors of #125345

#125345 #451253 #534512

Analogous Colors of #125345

#125345 #124153 #125325

Monochromatic Colors of #125345

#125345

Complementary Color

#125345 #531220

#125345 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125345 Color Preview on White Background

Lorem ipsum dolor sit amet.

#125345 Color CSS Codes

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

#125345 Text Font Color

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

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


#125345 Background Color

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

This div background color is #125345


#125345 Border Color

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

This div border color is #125345


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125345


Comments

No comments written yet.

Please login to write comment.