Color Hex Logo

#18cbff Color Hex

#18CBFF
(24,203,255)
0 Favorites   0 Comments

Color spaces of #18cbff

RGB 24203255
HSL0.541.000.55
HSV194°91°100°
CMYK 0.910.200.00   0.00
XYZ39.782650.1261102.1863
Yxy50.12610.20710.2609
Hunter Lab70.7998-23.6000-36.0142
CIE-Lab76.1466-23.1693-36.9393

#18cbff color RGB value is (24,203,255).

#18cbff hex color red value is 24, green value is 203 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #18cbff hue: 0.54 , saturation: 1.00 and the lightness value of 18cbff is 0.55.

The process color (four color CMYK) of #18cbff color hex is 0.91, 0.20, 0.00, 0.00. Web safe color of #18cbff is #00ccff. Color #18cbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 11001011 11111111
Octal 30 313 377
Decimal 24 203 255
Hex 18 CB FF

RGB Percentages of Color #18cbff

%4.98
%42.12
%52.90

CMYK Percentages of Color #18cbff

%91
%20
%0
%0

Triadic Colors of #18cbff

#18cbff #ff18cb #cbff18

Analogous Colors of #18cbff

#18cbff #1858ff #18ffc0

Monochromatic Colors of #18cbff

#18cbff

Complementary Color

#18cbff #ff4c18

#18cbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18cbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#18cbff Color CSS Codes

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

#18cbff Text Font Color

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

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


#18cbff Background Color

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

This div background color is #18cbff


#18cbff Border Color

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

This div border color is #18cbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18cbff

Related Colors


Comments

No comments written yet.

Please login to write comment.