Color Hex Logo

#18babe Color Hex

#18BABE
(24,186,190)
0 Favorites   0 Comments

Color spaces of #18babe

RGB 24186190
HSL0.500.780.42
HSV181°87°75°
CMYK 0.870.020.00   0.25
XYZ27.229939.029754.8135
Yxy39.02970.22490.3224
Hunter Lab62.4738-31.5278-8.2885
CIE-Lab68.7728-35.7857-12.9409

#18babe color RGB value is (24,186,190).

#18babe hex color red value is 24, green value is 186 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #18babe hue: 0.50 , saturation: 0.78 and the lightness value of 18babe is 0.42.

The process color (four color CMYK) of #18babe color hex is 0.87, 0.02, 0.00, 0.25. Web safe color of #18babe is #00cccc. Color #18babe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10111010 10111110
Octal 30 272 276
Decimal 24 186 190
Hex 18 BA BE

RGB Percentages of Color #18babe

%6.00
%46.50
%47.50

CMYK Percentages of Color #18babe

%87
%2
%0
%25

Triadic Colors of #18babe

#18babe #be18ba #babe18

Analogous Colors of #18babe

#18babe #1867be #18be6f

Monochromatic Colors of #18babe

#18babe

Complementary Color

#18babe #be1c18

#18babe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18babe Color Preview on White Background

Lorem ipsum dolor sit amet.

#18babe Color CSS Codes

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

#18babe Text Font Color

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

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


#18babe Background Color

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

This div background color is #18babe


#18babe Border Color

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

This div border color is #18babe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18babe


Comments

No comments written yet.

Please login to write comment.