Color Hex Logo

#24abde Color Hex

#24ABDE
(36,171,222)
0 Favorites   0 Comments

Color spaces of #24abde

RGB 36171222
HSL0.550.740.51
HSV196°84°87°
CMYK 0.840.230.00   0.13
XYZ28.475334.774874.3186
Yxy34.77480.20700.2528
Hunter Lab58.9702-17.0043-33.4426
CIE-Lab65.5730-17.0430-35.4501

#24abde color RGB value is (36,171,222).

#24abde hex color red value is 36, green value is 171 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #24abde hue: 0.55 , saturation: 0.74 and the lightness value of 24abde is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10101011 11011110
Octal 44 253 336
Decimal 36 171 222
Hex 24 AB DE

RGB Percentages of Color #24abde

%8.39
%39.86
%51.75

CMYK Percentages of Color #24abde

%84
%23
%0
%13

Triadic Colors of #24abde

#24abde #de24ab #abde24

Analogous Colors of #24abde

#24abde #244ede #24deb4

Monochromatic Colors of #24abde

#24abde

Complementary Color

#24abde #de5724

#24abde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24abde Color Preview on White Background

Lorem ipsum dolor sit amet.

#24abde Color CSS Codes

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

#24abde Text Font Color

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

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


#24abde Background Color

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

This div background color is #24abde


#24abde Border Color

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

This div border color is #24abde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24abde


Comments

No comments written yet.

Please login to write comment.