Color Hex Logo

#18eddc Color Hex

#18EDDC
(24,237,220)
0 Favorites   0 Comments

Color spaces of #18eddc

RGB 24237220
HSL0.490.860.51
HSV175°90°93°
CMYK 0.900.000.07   0.07
XYZ43.579165.929978.1390
Yxy65.92990.23220.3513
Hunter Lab81.1972-46.2930-0.2188
CIE-Lab84.9606-49.6229-4.9902

#18eddc color RGB value is (24,237,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 11101101 11011100
Octal 30 355 334
Decimal 24 237 220
Hex 18 ED DC

RGB Percentages of Color #18eddc

%4.99
%49.27
%45.74

CMYK Percentages of Color #18eddc

%90
%0
%7
%7

Triadic Colors of #18eddc

#18eddc #dc18ed #eddc18

Analogous Colors of #18eddc

#18eddc #1894ed #18ed72

Monochromatic Colors of #18eddc

#18eddc

Complementary Color

#18eddc #ed1829

#18eddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18eddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#18eddc Color CSS Codes

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

#18eddc Text Font Color

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

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


#18eddc Background Color

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

This div background color is #18eddc


#18eddc Border Color

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

This div border color is #18eddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18eddc


Comments

No comments written yet.

Please login to write comment.