Color Hex Logo

#24afc0 Color Hex

#24AFC0
(36,175,192)
0 Favorites   0 Comments

Color spaces of #24afc0

RGB 36175192
HSL0.520.680.45
HSV187°81°75°
CMYK 0.810.090.00   0.25
XYZ25.572034.840855.2463
Yxy34.84080.22110.3012
Hunter Lab59.0261-25.9637-14.1750
CIE-Lab65.6245-29.0458-18.7865

#24afc0 color RGB value is (36,175,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10101111 11000000
Octal 44 257 300
Decimal 36 175 192
Hex 24 AF C0

RGB Percentages of Color #24afc0

%8.93
%43.42
%47.64

CMYK Percentages of Color #24afc0

%81
%9
%0
%25

Triadic Colors of #24afc0

#24afc0 #c024af #afc024

Analogous Colors of #24afc0

#24afc0 #2461c0 #24c083

Monochromatic Colors of #24afc0

#24afc0

Complementary Color

#24afc0 #c03524

#24afc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24afc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#24afc0 Color CSS Codes

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

#24afc0 Text Font Color

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

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


#24afc0 Background Color

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

This div background color is #24afc0


#24afc0 Border Color

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

This div border color is #24afc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24afc0


Comments

No comments written yet.

Please login to write comment.