Color Hex Logo

#24dbff Color Hex

#24DBFF
(36,219,255)
0 Favorites   0 Comments

Color spaces of #24dbff

RGB 36219255
HSL0.531.000.57
HSV190°86°100°
CMYK 0.860.140.00   0.00
XYZ44.109158.2581103.5279
Yxy58.25810.21420.2830
Hunter Lab76.3270-30.4177-26.9905
CIE-Lab80.8821-30.4862-29.6279

#24dbff color RGB value is (36,219,255).

#24dbff hex color red value is 36, green value is 219 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #24dbff hue: 0.53 , saturation: 1.00 and the lightness value of 24dbff is 0.57.

The process color (four color CMYK) of #24dbff color hex is 0.86, 0.14, 0.00, 0.00. Web safe color of #24dbff is #33ccff. Color #24dbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 11011011 11111111
Octal 44 333 377
Decimal 36 219 255
Hex 24 DB FF

RGB Percentages of Color #24dbff

%7.06
%42.94
%50.00

CMYK Percentages of Color #24dbff

%86
%14
%0
%0

Triadic Colors of #24dbff

#24dbff #ff24db #dbff24

Analogous Colors of #24dbff

#24dbff #246eff #24ffb6

Monochromatic Colors of #24dbff

#24dbff

Complementary Color

#24dbff #ff4824

#24dbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24dbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#24dbff Color CSS Codes

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

#24dbff Text Font Color

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

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


#24dbff Background Color

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

This div background color is #24dbff


#24dbff Border Color

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

This div border color is #24dbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24dbff

Related Colors


Comments

No comments written yet.

Please login to write comment.