Color Hex Logo

#18f7dc Color Hex

#18F7DC
(24,247,220)
0 Favorites   0 Comments

Color spaces of #18f7dc

RGB 24247220
HSL0.480.930.53
HSV173°90°97°
CMYK 0.900.000.11   0.03
XYZ46.555771.883079.1312
Yxy71.88300.23560.3638
Hunter Lab84.7838-50.35554.0116
CIE-Lab87.9122-53.7597-0.6559

#18f7dc color RGB value is (24,247,220).

#18f7dc hex color red value is 24, green value is 247 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #18f7dc hue: 0.48 , saturation: 0.93 and the lightness value of 18f7dc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 11110111 11011100
Octal 30 367 334
Decimal 24 247 220
Hex 18 F7 DC

RGB Percentages of Color #18f7dc

%4.89
%50.31
%44.81

CMYK Percentages of Color #18f7dc

%90
%0
%11
%3

Triadic Colors of #18f7dc

#18f7dc #dc18f7 #f7dc18

Analogous Colors of #18f7dc

#18f7dc #18a3f7 #18f76d

Monochromatic Colors of #18f7dc

#18f7dc

Complementary Color

#18f7dc #f71833

#18f7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18f7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#18f7dc Color CSS Codes

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

#18f7dc Text Font Color

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

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


#18f7dc Background Color

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

This div background color is #18f7dc


#18f7dc Border Color

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

This div border color is #18f7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18f7dc


Comments

No comments written yet.

Please login to write comment.