Color Hex Logo

#24abbd Color Hex

#24ABBD
(36,171,189)
0 Favorites   0 Comments

Color spaces of #24abbd

RGB 36171189
HSL0.520.680.44
HSV187°81°74°
CMYK 0.810.100.00   0.26
XYZ24.475833.175053.2575
Yxy33.17500.22070.2991
Hunter Lab57.5977-24.9436-14.5038
CIE-Lab64.3024-28.0266-19.1286

#24abbd color RGB value is (36,171,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10101011 10111101
Octal 44 253 275
Decimal 36 171 189
Hex 24 AB BD

RGB Percentages of Color #24abbd

%9.09
%43.18
%47.73

CMYK Percentages of Color #24abbd

%81
%10
%0
%26

Triadic Colors of #24abbd

#24abbd #bd24ab #abbd24

Analogous Colors of #24abbd

#24abbd #245fbd #24bd83

Monochromatic Colors of #24abbd

#24abbd

Complementary Color

#24abbd #bd3624

#24abbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24abbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#24abbd Color CSS Codes

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

#24abbd Text Font Color

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

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


#24abbd Background Color

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

This div background color is #24abbd


#24abbd Border Color

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

This div border color is #24abbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24abbd


Comments

No comments written yet.

Please login to write comment.