Color Hex Logo

#24acdb Color Hex

#24ACDB
(36,172,219)
0 Favorites   0 Comments

Color spaces of #24acdb

RGB 36172219
HSL0.540.720.50
HSV195°84°86°
CMYK 0.840.210.00   0.14
XYZ28.266334.994672.2827
Yxy34.99460.20850.2582
Hunter Lab59.1562-18.2317-31.0368
CIE-Lab65.7445-18.6028-33.5315

#24acdb color RGB value is (36,172,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10101100 11011011
Octal 44 254 333
Decimal 36 172 219
Hex 24 AC DB

RGB Percentages of Color #24acdb

%8.43
%40.28
%51.29

CMYK Percentages of Color #24acdb

%84
%21
%0
%14

Triadic Colors of #24acdb

#24acdb #db24ac #acdb24

Analogous Colors of #24acdb

#24acdb #2451db #24dbaf

Monochromatic Colors of #24acdb

#24acdb

Complementary Color

#24acdb #db5324

#24acdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24acdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#24acdb Color CSS Codes

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

#24acdb Text Font Color

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

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


#24acdb Background Color

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

This div background color is #24acdb


#24acdb Border Color

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

This div border color is #24acdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24acdb


Comments

No comments written yet.

Please login to write comment.