Color Hex Logo

#125152 Color Hex

#125152
(18,81,82)
0 Favorites   0 Comments

Color spaces of #125152

RGB 188182
HSL0.500.640.20
HSV181°78°32°
CMYK 0.780.010.00   0.68
XYZ4.71496.62279.0124
Yxy6.62270.23170.3254
Hunter Lab25.7346-12.3321-2.7495
CIE-Lab30.9321-18.5769-6.2439

#125152 color RGB value is (18,81,82).

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

The process color (four color CMYK) of #125152 color hex is 0.78, 0.01, 0.00, 0.68. Web safe color of #125152 is #006666. Color #125152 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01010001 01010010
Octal 22 121 122
Decimal 18 81 82
Hex 12 51 52

RGB Percentages of Color #125152

%9.94
%44.75
%45.30

CMYK Percentages of Color #125152

%78
%1
%0
%68

Triadic Colors of #125152

#125152 #521251 #515212

Analogous Colors of #125152

#125152 #123152 #125233

Monochromatic Colors of #125152

#125152

Complementary Color

#125152 #521312

#125152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#125152 Color CSS Codes

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

#125152 Text Font Color

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

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


#125152 Background Color

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

This div background color is #125152


#125152 Border Color

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

This div border color is #125152


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,81,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 #125152">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125152


Comments

No comments written yet.

Please login to write comment.