Color Hex Logo

#125452 Color Hex

#125452
(18,84,82)
0 Favorites   0 Comments

Color spaces of #125452

RGB 188482
HSL0.490.650.20
HSV178°79°33°
CMYK 0.790.000.02   0.67
XYZ4.94287.07849.0884
Yxy7.07840.23410.3353
Hunter Lab26.6053-13.3970-1.6299
CIE-Lab31.9847-20.2007-4.6733

#125452 color RGB value is (18,84,82).

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

The process color (four color CMYK) of #125452 color hex is 0.79, 0.00, 0.02, 0.67. Web safe color of #125452 is #006666. Color #125452 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01010100 01010010
Octal 22 124 122
Decimal 18 84 82
Hex 12 54 52

RGB Percentages of Color #125452

%9.78
%45.65
%44.57

CMYK Percentages of Color #125452

%79
%0
%2
%67

Triadic Colors of #125452

#125452 #521254 #545212

Analogous Colors of #125452

#125452 #123554 #125431

Monochromatic Colors of #125452

#125452

Complementary Color

#125452 #541214

#125452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#125452 Color CSS Codes

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

#125452 Text Font Color

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

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


#125452 Background Color

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

This div background color is #125452


#125452 Border Color

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

This div border color is #125452


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125452


Comments

No comments written yet.

Please login to write comment.