Color Hex Logo

#12525b Color Hex

#12525B
(18,82,91)
0 Favorites   0 Comments

Color spaces of #12525b

RGB 188291
HSL0.520.670.21
HSV187°80°36°
CMYK 0.800.100.00   0.64
XYZ5.15516.918510.9612
Yxy6.91850.22380.3003
Hunter Lab26.3030-11.0463-6.2956
CIE-Lab31.6206-15.9967-10.9339

#12525b color RGB value is (18,82,91).

#12525b hex color red value is 18, green value is 82 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #12525b hue: 0.52 , saturation: 0.67 and the lightness value of 12525b is 0.21.

The process color (four color CMYK) of #12525b color hex is 0.80, 0.10, 0.00, 0.64. Web safe color of #12525b is #006666. Color #12525b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01010010 01011011
Octal 22 122 133
Decimal 18 82 91
Hex 12 52 5B

RGB Percentages of Color #12525b

%9.42
%42.93
%47.64

CMYK Percentages of Color #12525b

%80
%10
%0
%64

Triadic Colors of #12525b

#12525b #5b1252 #525b12

Analogous Colors of #12525b

#12525b #122e5b #125b40

Monochromatic Colors of #12525b

#12525b

Complementary Color

#12525b #5b1b12

#12525b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12525b Color Preview on White Background

Lorem ipsum dolor sit amet.

#12525b Color CSS Codes

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

#12525b Text Font Color

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

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


#12525b Background Color

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

This div background color is #12525b


#12525b Border Color

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

This div border color is #12525b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12525b


Comments

No comments written yet.

Please login to write comment.