Color Hex Logo

#24acbd Color Hex

#24ACBD
(36,172,189)
0 Favorites   0 Comments

Color spaces of #24acbd

RGB 36172189
HSL0.520.680.44
HSV187°81°74°
CMYK 0.810.090.00   0.26
XYZ24.665433.554253.3207
Yxy33.55420.22110.3008
Hunter Lab57.9260-25.3636-14.0281
CIE-Lab64.6072-28.5211-18.6653

#24acbd color RGB value is (36,172,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10101100 10111101
Octal 44 254 275
Decimal 36 172 189
Hex 24 AC BD

RGB Percentages of Color #24acbd

%9.07
%43.32
%47.61

CMYK Percentages of Color #24acbd

%81
%9
%0
%26

Triadic Colors of #24acbd

#24acbd #bd24ac #acbd24

Analogous Colors of #24acbd

#24acbd #2460bd #24bd82

Monochromatic Colors of #24acbd

#24acbd

Complementary Color

#24acbd #bd3524

#24acbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24acbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#24acbd Color CSS Codes

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

#24acbd Text Font Color

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

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


#24acbd Background Color

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

This div background color is #24acbd


#24acbd Border Color

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

This div border color is #24acbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24acbd


Comments

No comments written yet.

Please login to write comment.