Color Hex Logo

#24ccde Color Hex

#24CCDE
(36,204,222)
0 Favorites   0 Comments

Color spaces of #24ccde

RGB 36204222
HSL0.520.740.51
HSV186°84°87°
CMYK 0.840.080.00   0.13
XYZ35.505248.834776.6620
Yxy48.83470.22050.3033
Hunter Lab69.8818-31.6018-16.1252
CIE-Lab75.3484-33.6446-20.4277

#24ccde color RGB value is (36,204,222).

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

The process color (four color CMYK) of #24ccde color hex is 0.84, 0.08, 0.00, 0.13. Web safe color of #24ccde is #33cccc. Color #24ccde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 11001100 11011110
Octal 44 314 336
Decimal 36 204 222
Hex 24 CC DE

RGB Percentages of Color #24ccde

%7.79
%44.16
%48.05

CMYK Percentages of Color #24ccde

%84
%8
%0
%13

Triadic Colors of #24ccde

#24ccde #de24cc #ccde24

Analogous Colors of #24ccde

#24ccde #246fde #24de93

Monochromatic Colors of #24ccde

#24ccde

Complementary Color

#24ccde #de3624

#24ccde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24ccde Color Preview on White Background

Lorem ipsum dolor sit amet.

#24ccde Color CSS Codes

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

#24ccde Text Font Color

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

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


#24ccde Background Color

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

This div background color is #24ccde


#24ccde Border Color

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

This div border color is #24ccde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24ccde


Comments

No comments written yet.

Please login to write comment.