Color Hex Logo

#24d7dc Color Hex

#24D7DC
(36,215,220)
0 Favorites   0 Comments

Color spaces of #24d7dc

RGB 36215220
HSL0.500.720.50
HSV182°84°86°
CMYK 0.840.020.00   0.14
XYZ37.946354.143376.1609
Yxy54.14330.22550.3218
Hunter Lab73.5821-36.7163-9.8604
CIE-Lab78.5452-39.3537-14.5274

#24d7dc color RGB value is (36,215,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 11010111 11011100
Octal 44 327 334
Decimal 36 215 220
Hex 24 D7 DC

RGB Percentages of Color #24d7dc

%7.64
%45.65
%46.71

CMYK Percentages of Color #24d7dc

%84
%2
%0
%14

Triadic Colors of #24d7dc

#24d7dc #dc24d7 #d7dc24

Analogous Colors of #24d7dc

#24d7dc #247bdc #24dc85

Monochromatic Colors of #24d7dc

#24d7dc

Complementary Color

#24d7dc #dc2924

#24d7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24d7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#24d7dc Color CSS Codes

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

#24d7dc Text Font Color

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

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


#24d7dc Background Color

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

This div background color is #24d7dc


#24d7dc Border Color

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

This div border color is #24d7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24d7dc


Comments

No comments written yet.

Please login to write comment.