Color Hex Logo

#24aebd Color Hex

#24AEBD
(36,174,189)
0 Favorites   0 Comments

Color spaces of #24aebd

RGB 36174189
HSL0.520.680.44
HSV186°81°74°
CMYK 0.810.080.00   0.26
XYZ25.048934.321353.4486
Yxy34.32130.22200.3042
Hunter Lab58.5844-26.2015-13.0833
CIE-Lab65.2168-29.5045-17.7402

#24aebd color RGB value is (36,174,189).

#24aebd hex color red value is 36, green value is 174 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #24aebd hue: 0.52 , saturation: 0.68 and the lightness value of 24aebd is 0.44.

The process color (four color CMYK) of #24aebd color hex is 0.81, 0.08, 0.00, 0.26. Web safe color of #24aebd is #3399cc. Color #24aebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10101110 10111101
Octal 44 256 275
Decimal 36 174 189
Hex 24 AE BD

RGB Percentages of Color #24aebd

%9.02
%43.61
%47.37

CMYK Percentages of Color #24aebd

%81
%8
%0
%26

Triadic Colors of #24aebd

#24aebd #bd24ae #aebd24

Analogous Colors of #24aebd

#24aebd #2462bd #24bd80

Monochromatic Colors of #24aebd

#24aebd

Complementary Color

#24aebd #bd3324

#24aebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24aebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#24aebd Color CSS Codes

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

#24aebd Text Font Color

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

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


#24aebd Background Color

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

This div background color is #24aebd


#24aebd Border Color

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

This div border color is #24aebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24aebd


Comments

No comments written yet.

Please login to write comment.