Color Hex Logo

#18b9dc Color Hex

#18B9DC
(24,185,220)
0 Favorites   0 Comments

Color spaces of #18b9dc

RGB 24185220
HSL0.530.800.48
HSV191°89°86°
CMYK 0.890.160.00   0.14
XYZ30.643940.059473.8273
Yxy40.05940.21200.2772
Hunter Lab63.2925-24.3387-24.8539
CIE-Lab69.5118-25.7346-28.2701

#18b9dc color RGB value is (24,185,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10111001 11011100
Octal 30 271 334
Decimal 24 185 220
Hex 18 B9 DC

RGB Percentages of Color #18b9dc

%5.59
%43.12
%51.28

CMYK Percentages of Color #18b9dc

%89
%16
%0
%14

Triadic Colors of #18b9dc

#18b9dc #dc18b9 #b9dc18

Analogous Colors of #18b9dc

#18b9dc #1857dc #18dc9d

Monochromatic Colors of #18b9dc

#18b9dc

Complementary Color

#18b9dc #dc3b18

#18b9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18b9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#18b9dc Color CSS Codes

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

#18b9dc Text Font Color

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

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


#18b9dc Background Color

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

This div background color is #18b9dc


#18b9dc Border Color

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

This div border color is #18b9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18b9dc


Comments

No comments written yet.

Please login to write comment.