Color Hex Logo

#18edcb Color Hex

#18EDCB
(24,237,203)
0 Favorites   0 Comments

Color spaces of #18edcb

RGB 24237203
HSL0.470.860.51
HSV170°90°93°
CMYK 0.900.000.14   0.07
XYZ41.440465.074466.8764
Yxy65.07440.23900.3753
Hunter Lab80.6687-49.47287.3152
CIE-Lab84.5221-54.14573.3066

#18edcb color RGB value is (24,237,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 11101101 11001011
Octal 30 355 313
Decimal 24 237 203
Hex 18 ED CB

RGB Percentages of Color #18edcb

%5.17
%51.08
%43.75

CMYK Percentages of Color #18edcb

%90
%0
%14
%7

Triadic Colors of #18edcb

#18edcb #cb18ed #edcb18

Analogous Colors of #18edcb

#18edcb #18a5ed #18ed61

Monochromatic Colors of #18edcb

#18edcb

Complementary Color

#18edcb #ed183a

#18edcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18edcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#18edcb Color CSS Codes

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

#18edcb Text Font Color

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

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


#18edcb Background Color

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

This div background color is #18edcb


#18edcb Border Color

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

This div border color is #18edcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18edcb


Comments

No comments written yet.

Please login to write comment.