Color Hex Logo

#18efcf Color Hex

#18EFCF
(24,239,207)
0 Favorites   0 Comments

Color spaces of #18efcf

RGB 24239207
HSL0.480.870.52
HSV171°90°94°
CMYK 0.900.000.13   0.06
XYZ42.505766.432269.6139
Yxy66.43220.23810.3721
Hunter Lab81.5060-49.54696.4148
CIE-Lab85.2164-53.91722.2150

#18efcf color RGB value is (24,239,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 11101111 11001111
Octal 30 357 317
Decimal 24 239 207
Hex 18 EF CF

RGB Percentages of Color #18efcf

%5.11
%50.85
%44.04

CMYK Percentages of Color #18efcf

%90
%0
%13
%6

Triadic Colors of #18efcf

#18efcf #cf18ef #efcf18

Analogous Colors of #18efcf

#18efcf #18a4ef #18ef64

Monochromatic Colors of #18efcf

#18efcf

Complementary Color

#18efcf #ef1838

#18efcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18efcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#18efcf Color CSS Codes

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

#18efcf Text Font Color

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

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


#18efcf Background Color

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

This div background color is #18efcf


#18efcf Border Color

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

This div border color is #18efcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18efcf


Comments

No comments written yet.

Please login to write comment.