Color Hex Logo

#24c2ae Color Hex

#24C2AE
(36,194,174)
0 Favorites   0 Comments

Color spaces of #24c2ae

RGB 36194174
HSL0.480.690.45
HSV172°81°76°
CMYK 0.810.000.10   0.24
XYZ27.659342.014646.6962
Yxy42.01460.23770.3610
Hunter Lab64.8187-37.26352.6598
CIE-Lab70.8810-43.1492-1.0292

#24c2ae color RGB value is (36,194,174).

#24c2ae hex color red value is 36, green value is 194 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #24c2ae hue: 0.48 , saturation: 0.69 and the lightness value of 24c2ae is 0.45.

The process color (four color CMYK) of #24c2ae color hex is 0.81, 0.00, 0.10, 0.24. Web safe color of #24c2ae is #33cc99. Color #24c2ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 11000010 10101110
Octal 44 302 256
Decimal 36 194 174
Hex 24 C2 AE

RGB Percentages of Color #24c2ae

%8.91
%48.02
%43.07

CMYK Percentages of Color #24c2ae

%81
%0
%10
%24

Triadic Colors of #24c2ae

#24c2ae #ae24c2 #c2ae24

Analogous Colors of #24c2ae

#24c2ae #2487c2 #24c25f

Monochromatic Colors of #24c2ae

#24c2ae

Complementary Color

#24c2ae #c22438

#24c2ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24c2ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#24c2ae Color CSS Codes

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

#24c2ae Text Font Color

<p style="color:#24c2ae">Text here</p>

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


#24c2ae Background Color

<div style="background-color:#24c2ae">
Div content here</div>

This div background color is #24c2ae


#24c2ae Border Color

<div style="border:3px solid #24c2ae">
Div here</div>

This div border color is #24c2ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,194,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #24c2ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #24c2ae;
  -webkit-box-shadow: 1px 1px 3px 2px #24c2ae;
  box-shadow:         1px 1px 3px 2px #24c2ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36,194,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24c2ae


Comments

No comments written yet.

Please login to write comment.