Color Hex Logo

#18f5dd Color Hex

#18F5DD
(24,245,221)
0 Favorites   0 Comments

Color spaces of #18f5dd

RGB 24245221
HSL0.480.920.53
HSV173°90°96°
CMYK 0.900.000.10   0.04
XYZ46.080270.719579.6282
Yxy70.71950.23460.3600
Hunter Lab84.0949-49.35612.7256
CIE-Lab87.3485-52.6765-2.0035

#18f5dd color RGB value is (24,245,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 11110101 11011101
Octal 30 365 335
Decimal 24 245 221
Hex 18 F5 DD

RGB Percentages of Color #18f5dd

%4.90
%50.00
%45.10

CMYK Percentages of Color #18f5dd

%90
%0
%10
%4

Triadic Colors of #18f5dd

#18f5dd #dd18f5 #f5dd18

Analogous Colors of #18f5dd

#18f5dd #189ff5 #18f56f

Monochromatic Colors of #18f5dd

#18f5dd

Complementary Color

#18f5dd #f51830

#18f5dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18f5dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#18f5dd Color CSS Codes

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

#18f5dd Text Font Color

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

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


#18f5dd Background Color

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

This div background color is #18f5dd


#18f5dd Border Color

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

This div border color is #18f5dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18f5dd

Related Colors


Comments

No comments written yet.

Please login to write comment.