Color Hex Logo

#24dcff Color Hex

#24DCFF
(36,220,255)
0 Favorites   0 Comments

Color spaces of #24dcff

RGB 36220255
HSL0.531.000.57
HSV190°86°100°
CMYK 0.860.140.00   0.00
XYZ44.370858.7815103.6151
Yxy58.78150.21460.2843
Hunter Lab76.6691-30.8674-26.4596
CIE-Lab81.1713-30.9689-29.1843

#24dcff color RGB value is (36,220,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 11011100 11111111
Octal 44 334 377
Decimal 36 220 255
Hex 24 DC FF

RGB Percentages of Color #24dcff

%7.05
%43.05
%49.90

CMYK Percentages of Color #24dcff

%86
%14
%0
%0

Triadic Colors of #24dcff

#24dcff #ff24dc #dcff24

Analogous Colors of #24dcff

#24dcff #246fff #24ffb5

Monochromatic Colors of #24dcff

#24dcff

Complementary Color

#24dcff #ff4724

#24dcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24dcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#24dcff Color CSS Codes

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

#24dcff Text Font Color

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

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


#24dcff Background Color

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

This div background color is #24dcff


#24dcff Border Color

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

This div border color is #24dcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24dcff

Related Colors


Comments

No comments written yet.

Please login to write comment.