Color Hex Logo

#24dbbe Color Hex

#24DBBE
(36,219,190)
0 Favorites   0 Comments

Color spaces of #24dbbe

RGB 36219190
HSL0.470.720.50
HSV170°84°86°
CMYK 0.840.000.13   0.14
XYZ35.353354.755857.4208
Yxy54.75580.23960.3712
Hunter Lab73.9972-44.21395.7898
CIE-Lab78.9004-49.46932.0369

#24dbbe color RGB value is (36,219,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 11011011 10111110
Octal 44 333 276
Decimal 36 219 190
Hex 24 DB BE

RGB Percentages of Color #24dbbe

%8.09
%49.21
%42.70

CMYK Percentages of Color #24dbbe

%84
%0
%13
%14

Triadic Colors of #24dbbe

#24dbbe #be24db #dbbe24

Analogous Colors of #24dbbe

#24dbbe #249ddb #24db63

Monochromatic Colors of #24dbbe

#24dbbe

Complementary Color

#24dbbe #db2441

#24dbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24dbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#24dbbe Color CSS Codes

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

#24dbbe Text Font Color

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

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


#24dbbe Background Color

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

This div background color is #24dbbe


#24dbbe Border Color

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

This div border color is #24dbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24dbbe


Comments

No comments written yet.

Please login to write comment.