Color Hex Logo

#24b3dc Color Hex

#24B3DC
(36,179,220)
0 Favorites   0 Comments

Color spaces of #24b3dc

RGB 36179220
HSL0.540.720.50
HSV193°84°86°
CMYK 0.840.190.00   0.14
XYZ29.765937.782673.4341
Yxy37.78260.21110.2680
Hunter Lab61.4676-21.1289-27.8053
CIE-Lab67.8601-21.9212-30.8054

#24b3dc color RGB value is (36,179,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10110011 11011100
Octal 44 263 334
Decimal 36 179 220
Hex 24 B3 DC

RGB Percentages of Color #24b3dc

%8.28
%41.15
%50.57

CMYK Percentages of Color #24b3dc

%84
%19
%0
%14

Triadic Colors of #24b3dc

#24b3dc #dc24b3 #b3dc24

Analogous Colors of #24b3dc

#24b3dc #2457dc #24dca9

Monochromatic Colors of #24b3dc

#24b3dc

Complementary Color

#24b3dc #dc4d24

#24b3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24b3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#24b3dc Color CSS Codes

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

#24b3dc Text Font Color

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

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


#24b3dc Background Color

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

This div background color is #24b3dc


#24b3dc Border Color

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

This div border color is #24b3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24b3dc


Comments

No comments written yet.

Please login to write comment.