Color Hex Logo

#24bddd Color Hex

#24BDDD
(36,189,221)
0 Favorites   0 Comments

Color spaces of #24bddd

RGB 36189221
HSL0.530.730.50
HSV190°84°87°
CMYK 0.840.140.00   0.13
XYZ31.976341.990774.8263
Yxy41.99070.21490.2822
Hunter Lab64.8002-25.3179-23.1033
CIE-Lab70.8645-26.6664-26.7268

#24bddd color RGB value is (36,189,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10111101 11011101
Octal 44 275 335
Decimal 36 189 221
Hex 24 BD DD

RGB Percentages of Color #24bddd

%8.07
%42.38
%49.55

CMYK Percentages of Color #24bddd

%84
%14
%0
%13

Triadic Colors of #24bddd

#24bddd #dd24bd #bddd24

Analogous Colors of #24bddd

#24bddd #2460dd #24dda1

Monochromatic Colors of #24bddd

#24bddd

Complementary Color

#24bddd #dd4424

#24bddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24bddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#24bddd Color CSS Codes

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

#24bddd Text Font Color

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

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


#24bddd Background Color

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

This div background color is #24bddd


#24bddd Border Color

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

This div border color is #24bddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24bddd


Comments

No comments written yet.

Please login to write comment.