Color Hex Logo

#24aecd Color Hex

#24AECD
(36,174,205)
0 Favorites   0 Comments

Color spaces of #24aecd

RGB 36174205
HSL0.530.700.47
HSV191°82°80°
CMYK 0.820.150.00   0.20
XYZ26.883135.054963.1070
Yxy35.05490.21500.2803
Hunter Lab59.2072-22.5644-21.7503
CIE-Lab65.7914-24.3402-25.7316

#24aecd color RGB value is (36,174,205).

#24aecd hex color red value is 36, green value is 174 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #24aecd hue: 0.53 , saturation: 0.70 and the lightness value of 24aecd is 0.47.

The process color (four color CMYK) of #24aecd color hex is 0.82, 0.15, 0.00, 0.20. Web safe color of #24aecd is #3399cc. Color #24aecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10101110 11001101
Octal 44 256 315
Decimal 36 174 205
Hex 24 AE CD

RGB Percentages of Color #24aecd

%8.67
%41.93
%49.40

CMYK Percentages of Color #24aecd

%82
%15
%0
%20

Triadic Colors of #24aecd

#24aecd #cd24ae #aecd24

Analogous Colors of #24aecd

#24aecd #245acd #24cd98

Monochromatic Colors of #24aecd

#24aecd

Complementary Color

#24aecd #cd4324

#24aecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24aecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#24aecd Color CSS Codes

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

#24aecd Text Font Color

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

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


#24aecd Background Color

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

This div background color is #24aecd


#24aecd Border Color

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

This div border color is #24aecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24aecd


Comments

No comments written yet.

Please login to write comment.