Color Hex Logo

#18beaf Color Hex

#18BEAF
(24,190,175)
0 Favorites   0 Comments

Color spaces of #18beaf

RGB 24190175
HSL0.480.780.42
HSV175°87°75°
CMYK 0.870.000.08   0.25
XYZ26.528040.116246.9025
Yxy40.11620.23360.3533
Hunter Lab63.3374-36.07800.4308
CIE-Lab69.5522-42.0022-3.5420

#18beaf color RGB value is (24,190,175).

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

The process color (four color CMYK) of #18beaf color hex is 0.87, 0.00, 0.08, 0.25. Web safe color of #18beaf is #00cc99. Color #18beaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10111110 10101111
Octal 30 276 257
Decimal 24 190 175
Hex 18 BE AF

RGB Percentages of Color #18beaf

%6.17
%48.84
%44.99

CMYK Percentages of Color #18beaf

%87
%0
%8
%25

Triadic Colors of #18beaf

#18beaf #af18be #beaf18

Analogous Colors of #18beaf

#18beaf #187abe #18be5c

Monochromatic Colors of #18beaf

#18beaf

Complementary Color

#18beaf #be1827

#18beaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18beaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#18beaf Color CSS Codes

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

#18beaf Text Font Color

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

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


#18beaf Background Color

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

This div background color is #18beaf


#18beaf Border Color

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

This div border color is #18beaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18beaf

#18beaf Color Palettes


Comments

No comments written yet.

Please login to write comment.