Color Hex Logo

#18eccb Color Hex

#18ECCB
(24,236,203)
0 Favorites   0 Comments

Color spaces of #18eccb

RGB 24236203
HSL0.470.850.51
HSV171°90°93°
CMYK 0.900.000.14   0.07
XYZ41.151664.496966.7801
Yxy64.49690.23870.3740
Hunter Lab80.3100-49.07736.9156
CIE-Lab84.2238-53.74302.8740

#18eccb color RGB value is (24,236,203).

#18eccb hex color red value is 24, green value is 236 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #18eccb hue: 0.47 , saturation: 0.85 and the lightness value of 18eccb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 11101100 11001011
Octal 30 354 313
Decimal 24 236 203
Hex 18 EC CB

RGB Percentages of Color #18eccb

%5.18
%50.97
%43.84

CMYK Percentages of Color #18eccb

%90
%0
%14
%7

Triadic Colors of #18eccb

#18eccb #cb18ec #eccb18

Analogous Colors of #18eccb

#18eccb #18a3ec #18ec61

Monochromatic Colors of #18eccb

#18eccb

Complementary Color

#18eccb #ec1839

#18eccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18eccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#18eccb Color CSS Codes

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

#18eccb Text Font Color

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

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


#18eccb Background Color

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

This div background color is #18eccb


#18eccb Border Color

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

This div border color is #18eccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18eccb


Comments

No comments written yet.

Please login to write comment.