Color Hex Logo

#18efba Color Hex

#18EFBA
(24,239,186)
0 Favorites   0 Comments

Color spaces of #18efba

RGB 24239186
HSL0.460.870.52
HSV165°90°94°
CMYK 0.900.000.22   0.06
XYZ40.106165.472456.9780
Yxy65.47240.24670.4028
Hunter Lab80.9150-53.126514.8902
CIE-Lab84.7266-59.140912.4984

#18efba color RGB value is (24,239,186).

#18efba hex color red value is 24, green value is 239 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #18efba hue: 0.46 , saturation: 0.87 and the lightness value of 18efba is 0.52.

The process color (four color CMYK) of #18efba color hex is 0.90, 0.00, 0.22, 0.06. Web safe color of #18efba is #00ffcc. Color #18efba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 11101111 10111010
Octal 30 357 272
Decimal 24 239 186
Hex 18 EF BA

RGB Percentages of Color #18efba

%5.35
%53.23
%41.43

CMYK Percentages of Color #18efba

%90
%0
%22
%6

Triadic Colors of #18efba

#18efba #ba18ef #efba18

Analogous Colors of #18efba

#18efba #18b9ef #18ef4f

Monochromatic Colors of #18efba

#18efba

Complementary Color

#18efba #ef184d

#18efba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18efba Color Preview on White Background

Lorem ipsum dolor sit amet.

#18efba Color CSS Codes

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

#18efba Text Font Color

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

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


#18efba Background Color

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

This div background color is #18efba


#18efba Border Color

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

This div border color is #18efba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18efba


Comments

No comments written yet.

Please login to write comment.