Color Hex Logo

#24aedd Color Hex

#24AEDD
(36,174,221)
0 Favorites   0 Comments

Color spaces of #24aedd

RGB 36174221
HSL0.540.730.50
HSV195°84°87°
CMYK 0.840.210.00   0.13
XYZ28.914835.867673.8058
Yxy35.86760.20860.2588
Hunter Lab59.8896-18.6266-31.1442
CIE-Lab66.4186-18.9757-33.5861

#24aedd color RGB value is (36,174,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10101110 11011101
Octal 44 256 335
Decimal 36 174 221
Hex 24 AE DD

RGB Percentages of Color #24aedd

%8.35
%40.37
%51.28

CMYK Percentages of Color #24aedd

%84
%21
%0
%13

Triadic Colors of #24aedd

#24aedd #dd24ae #aedd24

Analogous Colors of #24aedd

#24aedd #2451dd #24ddb0

Monochromatic Colors of #24aedd

#24aedd

Complementary Color

#24aedd #dd5324

#24aedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24aedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#24aedd Color CSS Codes

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

#24aedd Text Font Color

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

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


#24aedd Background Color

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

This div background color is #24aedd


#24aedd Border Color

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

This div border color is #24aedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24aedd


Comments

No comments written yet.

Please login to write comment.