Color Hex Logo

#18c6bd Color Hex

#18C6BD
(24,198,189)
0 Favorites   0 Comments

Color spaces of #18c6bd

RGB 24198189
HSL0.490.780.44
HSV177°88°78°
CMYK 0.880.000.05   0.22
XYZ29.756144.256555.1182
Yxy44.25650.23040.3427
Hunter Lab66.5256-36.5788-2.5555
CIE-Lab72.3996-41.5254-6.9820

#18c6bd color RGB value is (24,198,189).

#18c6bd hex color red value is 24, green value is 198 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #18c6bd hue: 0.49 , saturation: 0.78 and the lightness value of 18c6bd is 0.44.

The process color (four color CMYK) of #18c6bd color hex is 0.88, 0.00, 0.05, 0.22. Web safe color of #18c6bd is #00cccc. Color #18c6bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 11000110 10111101
Octal 30 306 275
Decimal 24 198 189
Hex 18 C6 BD

RGB Percentages of Color #18c6bd

%5.84
%48.18
%45.99

CMYK Percentages of Color #18c6bd

%88
%0
%5
%22

Triadic Colors of #18c6bd

#18c6bd #bd18c6 #c6bd18

Analogous Colors of #18c6bd

#18c6bd #1878c6 #18c666

Monochromatic Colors of #18c6bd

#18c6bd

Complementary Color

#18c6bd #c61821

#18c6bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18c6bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#18c6bd Color CSS Codes

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

#18c6bd Text Font Color

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

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


#18c6bd Background Color

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

This div background color is #18c6bd


#18c6bd Border Color

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

This div border color is #18c6bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,198,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #18c6bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #18c6bd;
  -webkit-box-shadow: 1px 1px 3px 2px #18c6bd;
  box-shadow:         1px 1px 3px 2px #18c6bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18c6bd


Comments

No comments written yet.

Please login to write comment.