Color Hex Logo

#18bdcf Color Hex

#18BDCF
(24,189,207)
0 Favorites   0 Comments

Color spaces of #18bdcf

RGB 24189207
HSL0.520.790.45
HSV186°88°81°
CMYK 0.880.090.00   0.19
XYZ29.836841.094465.3909
Yxy41.09440.21890.3015
Hunter Lab64.1049-29.1031-15.6060
CIE-Lab70.2420-31.9188-20.0460

#18bdcf color RGB value is (24,189,207).

#18bdcf hex color red value is 24, green value is 189 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #18bdcf hue: 0.52 , saturation: 0.79 and the lightness value of 18bdcf is 0.45.

The process color (four color CMYK) of #18bdcf color hex is 0.88, 0.09, 0.00, 0.19. Web safe color of #18bdcf is #00cccc. Color #18bdcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10111101 11001111
Octal 30 275 317
Decimal 24 189 207
Hex 18 BD CF

RGB Percentages of Color #18bdcf

%5.71
%45.00
%49.29

CMYK Percentages of Color #18bdcf

%88
%9
%0
%19

Triadic Colors of #18bdcf

#18bdcf #cf18bd #bdcf18

Analogous Colors of #18bdcf

#18bdcf #1862cf #18cf86

Monochromatic Colors of #18bdcf

#18bdcf

Complementary Color

#18bdcf #cf2a18

#18bdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18bdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#18bdcf Color CSS Codes

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

#18bdcf Text Font Color

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

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


#18bdcf Background Color

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

This div background color is #18bdcf


#18bdcf Border Color

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

This div border color is #18bdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18bdcf

#18bdcf Color Palettes


Comments

No comments written yet.

Please login to write comment.