Color Hex Logo

#18edaf Color Hex

#18EDAF
(24,237,175)
0 Favorites   0 Comments

Color spaces of #18edaf

RGB 24237175
HSL0.450.860.51
HSV163°90°93°
CMYK 0.900.000.26   0.07
XYZ38.398763.857750.8594
Yxy63.85770.25080.4171
Hunter Lab79.9110-54.071818.2026
CIE-Lab83.8916-60.941217.0477

#18edaf color RGB value is (24,237,175).

#18edaf hex color red value is 24, green value is 237 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #18edaf hue: 0.45 , saturation: 0.86 and the lightness value of 18edaf is 0.51.

The process color (four color CMYK) of #18edaf color hex is 0.90, 0.00, 0.26, 0.07. Web safe color of #18edaf is #00ff99. Color #18edaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 11101101 10101111
Octal 30 355 257
Decimal 24 237 175
Hex 18 ED AF

RGB Percentages of Color #18edaf

%5.50
%54.36
%40.14

CMYK Percentages of Color #18edaf

%90
%0
%26
%7

Triadic Colors of #18edaf

#18edaf #af18ed #edaf18

Analogous Colors of #18edaf

#18edaf #18c1ed #18ed45

Monochromatic Colors of #18edaf

#18edaf

Complementary Color

#18edaf #ed1856

#18edaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18edaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#18edaf Color CSS Codes

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

#18edaf Text Font Color

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

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


#18edaf Background Color

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

This div background color is #18edaf


#18edaf Border Color

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

This div border color is #18edaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,237,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 #18edaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18edaf


Comments

No comments written yet.

Please login to write comment.