Color Hex Logo

#24bcdd Color Hex

#24BCDD
(36,188,221)
0 Favorites   0 Comments

Color spaces of #24bcdd

RGB 36188221
HSL0.530.730.50
HSV191°84°87°
CMYK 0.840.150.00   0.13
XYZ31.761941.562074.7548
Yxy41.56200.21450.2807
Hunter Lab64.4686-24.8780-23.6219
CIE-Lab70.5679-26.1668-27.1820

#24bcdd color RGB value is (36,188,221).

#24bcdd hex color red value is 36, green value is 188 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #24bcdd hue: 0.53 , saturation: 0.73 and the lightness value of 24bcdd is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10111100 11011101
Octal 44 274 335
Decimal 36 188 221
Hex 24 BC DD

RGB Percentages of Color #24bcdd

%8.09
%42.25
%49.66

CMYK Percentages of Color #24bcdd

%84
%15
%0
%13

Triadic Colors of #24bcdd

#24bcdd #dd24bc #bcdd24

Analogous Colors of #24bcdd

#24bcdd #2460dd #24dda2

Monochromatic Colors of #24bcdd

#24bcdd

Complementary Color

#24bcdd #dd4524

#24bcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24bcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#24bcdd Color CSS Codes

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

#24bcdd Text Font Color

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

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


#24bcdd Background Color

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

This div background color is #24bcdd


#24bcdd Border Color

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

This div border color is #24bcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24bcdd


Comments

No comments written yet.

Please login to write comment.