Color Hex Logo

#24cfab Color Hex

#24CFAB
(36,207,171)
0 Favorites   0 Comments

Color spaces of #24cfab

RGB 36207171
HSL0.460.700.48
HSV167°83°81°
CMYK 0.830.000.17   0.19
XYZ30.391147.941046.1798
Yxy47.94100.24410.3850
Hunter Lab69.2394-42.82048.9237
CIE-Lab74.7877-49.42096.2645

#24cfab color RGB value is (36,207,171).

#24cfab hex color red value is 36, green value is 207 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #24cfab hue: 0.46 , saturation: 0.70 and the lightness value of 24cfab is 0.48.

The process color (four color CMYK) of #24cfab color hex is 0.83, 0.00, 0.17, 0.19. Web safe color of #24cfab is #33cc99. Color #24cfab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 11001111 10101011
Octal 44 317 253
Decimal 36 207 171
Hex 24 CF AB

RGB Percentages of Color #24cfab

%8.70
%50.00
%41.30

CMYK Percentages of Color #24cfab

%83
%0
%17
%19

Triadic Colors of #24cfab

#24cfab #ab24cf #cfab24

Analogous Colors of #24cfab

#24cfab #249ecf #24cf56

Monochromatic Colors of #24cfab

#24cfab

Complementary Color

#24cfab #cf2448

#24cfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24cfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#24cfab Color CSS Codes

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

#24cfab Text Font Color

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

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


#24cfab Background Color

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

This div background color is #24cfab


#24cfab Border Color

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

This div border color is #24cfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24cfab


Comments

No comments written yet.

Please login to write comment.