Color Hex Logo

#18cbdb Color Hex

#18CBDB
(24,203,219)
0 Favorites   0 Comments

Color spaces of #18cbdb

RGB 24203219
HSL0.510.800.48
HSV185°89°86°
CMYK 0.890.070.00   0.14
XYZ34.518848.020574.4674
Yxy48.02050.21990.3059
Hunter Lab69.2968-32.3533-15.2061
CIE-Lab74.8379-34.8102-19.5936

#18cbdb color RGB value is (24,203,219).

#18cbdb hex color red value is 24, green value is 203 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #18cbdb hue: 0.51 , saturation: 0.80 and the lightness value of 18cbdb is 0.48.

The process color (four color CMYK) of #18cbdb color hex is 0.89, 0.07, 0.00, 0.14. Web safe color of #18cbdb is #00cccc. Color #18cbdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 11001011 11011011
Octal 30 313 333
Decimal 24 203 219
Hex 18 CB DB

RGB Percentages of Color #18cbdb

%5.38
%45.52
%49.10

CMYK Percentages of Color #18cbdb

%89
%7
%0
%14

Triadic Colors of #18cbdb

#18cbdb #db18cb #cbdb18

Analogous Colors of #18cbdb

#18cbdb #186adb #18db8a

Monochromatic Colors of #18cbdb

#18cbdb

Complementary Color

#18cbdb #db2818

#18cbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18cbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#18cbdb Color CSS Codes

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

#18cbdb Text Font Color

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

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


#18cbdb Background Color

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

This div background color is #18cbdb


#18cbdb Border Color

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

This div border color is #18cbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18cbdb


Comments

No comments written yet.

Please login to write comment.