Color Hex Logo

#24dabe Color Hex

#24DABE
(36,218,190)
0 Favorites   0 Comments

Color spaces of #24dabe

RGB 36218190
HSL0.470.720.50
HSV171°83°85°
CMYK 0.830.000.13   0.15
XYZ35.093254.235657.3341
Yxy54.23560.23930.3698
Hunter Lab73.6448-43.81975.3928
CIE-Lab78.5989-49.05381.5984

#24dabe color RGB value is (36,218,190).

#24dabe hex color red value is 36, green value is 218 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #24dabe hue: 0.47 , saturation: 0.72 and the lightness value of 24dabe is 0.50.

The process color (four color CMYK) of #24dabe color hex is 0.83, 0.00, 0.13, 0.15. Web safe color of #24dabe is #33cccc. Color #24dabe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 11011010 10111110
Octal 44 332 276
Decimal 36 218 190
Hex 24 DA BE

RGB Percentages of Color #24dabe

%8.11
%49.10
%42.79

CMYK Percentages of Color #24dabe

%83
%0
%13
%15

Triadic Colors of #24dabe

#24dabe #be24da #dabe24

Analogous Colors of #24dabe

#24dabe #249bda #24da63

Monochromatic Colors of #24dabe

#24dabe

Complementary Color

#24dabe #da2440

#24dabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24dabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#24dabe Color CSS Codes

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

#24dabe Text Font Color

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

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


#24dabe Background Color

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

This div background color is #24dabe


#24dabe Border Color

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

This div border color is #24dabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24dabe


Comments

No comments written yet.

Please login to write comment.