Color Hex Logo

#24addd Color Hex

#24ADDD
(36,173,221)
0 Favorites   0 Comments

Color spaces of #24addd

RGB 36173221
HSL0.540.730.50
HSV196°84°87°
CMYK 0.840.220.00   0.13
XYZ28.722335.482773.7416
Yxy35.48270.20820.2572
Hunter Lab59.5674-18.1734-31.7011
CIE-Lab66.1228-18.4483-34.0453

#24addd color RGB value is (36,173,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10101101 11011101
Octal 44 255 335
Decimal 36 173 221
Hex 24 AD DD

RGB Percentages of Color #24addd

%8.37
%40.23
%51.40

CMYK Percentages of Color #24addd

%84
%22
%0
%13

Triadic Colors of #24addd

#24addd #dd24ad #addd24

Analogous Colors of #24addd

#24addd #2451dd #24ddb1

Monochromatic Colors of #24addd

#24addd

Complementary Color

#24addd #dd5424

#24addd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24addd Color Preview on White Background

Lorem ipsum dolor sit amet.

#24addd Color CSS Codes

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

#24addd Text Font Color

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

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


#24addd Background Color

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

This div background color is #24addd


#24addd Border Color

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

This div border color is #24addd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24addd


Comments

No comments written yet.

Please login to write comment.