Color Hex Logo

#18586b Color Hex

#18586B
(24,88,107)
0 Favorites   0 Comments

Color spaces of #18586b

RGB 2488107
HSL0.540.630.26
HSV194°78°42°
CMYK 0.780.180.00   0.58
XYZ6.52038.235215.1558
Yxy8.23520.21800.2753
Hunter Lab28.6970-9.6625-11.2250
CIE-Lab34.4680-12.8524-16.6363

#18586b color RGB value is (24,88,107).

#18586b hex color red value is 24, green value is 88 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #18586b hue: 0.54 , saturation: 0.63 and the lightness value of 18586b is 0.26.

The process color (four color CMYK) of #18586b color hex is 0.78, 0.18, 0.00, 0.58. Web safe color of #18586b is #006666. Color #18586b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01011000 01101011
Octal 30 130 153
Decimal 24 88 107
Hex 18 58 6B

RGB Percentages of Color #18586b

%10.96
%40.18
%48.86

CMYK Percentages of Color #18586b

%78
%18
%0
%58

Triadic Colors of #18586b

#18586b #6b1858 #586b18

Analogous Colors of #18586b

#18586b #182f6b #186b54

Monochromatic Colors of #18586b

#18586b

Complementary Color

#18586b #6b2b18

#18586b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18586b Color Preview on White Background

Lorem ipsum dolor sit amet.

#18586b Color CSS Codes

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

#18586b Text Font Color

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

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


#18586b Background Color

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

This div background color is #18586b


#18586b Border Color

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

This div border color is #18586b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,88,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #18586b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #18586b;
  -webkit-box-shadow: 1px 1px 3px 2px #18586b;
  box-shadow:         1px 1px 3px 2px #18586b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18586b


Comments

No comments written yet.

Please login to write comment.