Color Hex Logo

#18bccf Color Hex

#18BCCF
(24,188,207)
0 Favorites   0 Comments

Color spaces of #18bccf

RGB 24188207
HSL0.520.790.45
HSV186°88°81°
CMYK 0.880.090.00   0.19
XYZ29.622440.665665.3195
Yxy40.66560.21840.2999
Hunter Lab63.7696-28.6795-16.0923
CIE-Lab69.9410-31.4372-20.5035

#18bccf color RGB value is (24,188,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10111100 11001111
Octal 30 274 317
Decimal 24 188 207
Hex 18 BC CF

RGB Percentages of Color #18bccf

%5.73
%44.87
%49.40

CMYK Percentages of Color #18bccf

%88
%9
%0
%19

Triadic Colors of #18bccf

#18bccf #cf18bc #bccf18

Analogous Colors of #18bccf

#18bccf #1861cf #18cf87

Monochromatic Colors of #18bccf

#18bccf

Complementary Color

#18bccf #cf2b18

#18bccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18bccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#18bccf Color CSS Codes

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

#18bccf Text Font Color

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

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


#18bccf Background Color

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

This div background color is #18bccf


#18bccf Border Color

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

This div border color is #18bccf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,188,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 #18bccf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18bccf


Comments

No comments written yet.

Please login to write comment.