Color Hex Logo

#24acde Color Hex

#24ACDE
(36,172,222)
0 Favorites   0 Comments

Color spaces of #24acde

RGB 36172222
HSL0.540.740.51
HSV196°84°87°
CMYK 0.840.230.00   0.13
XYZ28.664935.154074.3819
Yxy35.15400.20740.2544
Hunter Lab59.2908-17.4608-32.8773
CIE-Lab65.8684-17.5755-34.9907

#24acde color RGB value is (36,172,222).

#24acde hex color red value is 36, green value is 172 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #24acde hue: 0.54 , saturation: 0.74 and the lightness value of 24acde is 0.51.

The process color (four color CMYK) of #24acde color hex is 0.84, 0.23, 0.00, 0.13. Web safe color of #24acde is #3399cc. Color #24acde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10101100 11011110
Octal 44 254 336
Decimal 36 172 222
Hex 24 AC DE

RGB Percentages of Color #24acde

%8.37
%40.00
%51.63

CMYK Percentages of Color #24acde

%84
%23
%0
%13

Triadic Colors of #24acde

#24acde #de24ac #acde24

Analogous Colors of #24acde

#24acde #244fde #24deb3

Monochromatic Colors of #24acde

#24acde

Complementary Color

#24acde #de5624

#24acde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24acde Color Preview on White Background

Lorem ipsum dolor sit amet.

#24acde Color CSS Codes

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

#24acde Text Font Color

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

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


#24acde Background Color

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

This div background color is #24acde


#24acde Border Color

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

This div border color is #24acde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24acde


Comments

No comments written yet.

Please login to write comment.