Color Hex Logo

#18527f Color Hex

#18527F
(24,82,127)
0 Favorites   0 Comments

Color spaces of #18527f

RGB 2482127
HSL0.570.680.30
HSV206°81°50°
CMYK 0.810.350.00   0.50
XYZ7.22477.761121.1959
Yxy7.76110.19970.2145
Hunter Lab27.8588-2.4618-25.6088
CIE-Lab33.4803-1.4750-30.6008

#18527f color RGB value is (24,82,127).

#18527f hex color red value is 24, green value is 82 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #18527f hue: 0.57 , saturation: 0.68 and the lightness value of 18527f is 0.30.

The process color (four color CMYK) of #18527f color hex is 0.81, 0.35, 0.00, 0.50. Web safe color of #18527f is #006666. Color #18527f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01010010 01111111
Octal 30 122 177
Decimal 24 82 127
Hex 18 52 7F

RGB Percentages of Color #18527f

%10.30
%35.19
%54.51

CMYK Percentages of Color #18527f

%81
%35
%0
%50

Triadic Colors of #18527f

#18527f #7f1852 #527f18

Analogous Colors of #18527f

#18527f #181e7f #187f79

Monochromatic Colors of #18527f

#18527f

Complementary Color

#18527f #7f4518

#18527f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18527f Color Preview on White Background

Lorem ipsum dolor sit amet.

#18527f Color CSS Codes

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

#18527f Text Font Color

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

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


#18527f Background Color

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

This div background color is #18527f


#18527f Border Color

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

This div border color is #18527f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,82,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #18527f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #18527f;
  -webkit-box-shadow: 1px 1px 3px 2px #18527f;
  box-shadow:         1px 1px 3px 2px #18527f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18527f


Comments

No comments written yet.

Please login to write comment.