Color Hex Logo

#24dfbe Color Hex

#24DFBE
(36,223,190)
0 Favorites   0 Comments

Color spaces of #24dfbe

RGB 36223190
HSL0.470.750.51
HSV169°84°87°
CMYK 0.840.000.15   0.13
XYZ36.409556.868157.7729
Yxy56.86810.24100.3765
Hunter Lab75.4109-45.78677.3651
CIE-Lab80.1053-51.11723.7848

#24dfbe color RGB value is (36,223,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 11011111 10111110
Octal 44 337 276
Decimal 36 223 190
Hex 24 DF BE

RGB Percentages of Color #24dfbe

%8.02
%49.67
%42.32

CMYK Percentages of Color #24dfbe

%84
%0
%15
%13

Triadic Colors of #24dfbe

#24dfbe #be24df #dfbe24

Analogous Colors of #24dfbe

#24dfbe #24a3df #24df61

Monochromatic Colors of #24dfbe

#24dfbe

Complementary Color

#24dfbe #df2445

#24dfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24dfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#24dfbe Color CSS Codes

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

#24dfbe Text Font Color

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

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


#24dfbe Background Color

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

This div background color is #24dfbe


#24dfbe Border Color

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

This div border color is #24dfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24dfbe


Comments

No comments written yet.

Please login to write comment.