Color Hex Logo

#24bdcc Color Hex

#24BDCC
(36,189,204)
0 Favorites   0 Comments

Color spaces of #24bdcc

RGB 36189204
HSL0.510.700.47
HSV185°82°80°
CMYK 0.820.070.00   0.20
XYZ29.824241.129963.4937
Yxy41.12990.22180.3059
Hunter Lab64.1326-29.2225-13.8065
CIE-Lab70.2668-32.0736-18.3553

#24bdcc color RGB value is (36,189,204).

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

The process color (four color CMYK) of #24bdcc color hex is 0.82, 0.07, 0.00, 0.20. Web safe color of #24bdcc is #33cccc. Color #24bdcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10111101 11001100
Octal 44 275 314
Decimal 36 189 204
Hex 24 BD CC

RGB Percentages of Color #24bdcc

%8.39
%44.06
%47.55

CMYK Percentages of Color #24bdcc

%82
%7
%0
%20

Triadic Colors of #24bdcc

#24bdcc #cc24bd #bdcc24

Analogous Colors of #24bdcc

#24bdcc #2469cc #24cc87

Monochromatic Colors of #24bdcc

#24bdcc

Complementary Color

#24bdcc #cc3324

#24bdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24bdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#24bdcc Color CSS Codes

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

#24bdcc Text Font Color

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

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


#24bdcc Background Color

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

This div background color is #24bdcc


#24bdcc Border Color

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

This div border color is #24bdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24bdcc


Comments

No comments written yet.

Please login to write comment.