Color Hex Logo

#24bddc Color Hex

#24BDDC
(36,189,220)
0 Favorites   0 Comments

Color spaces of #24bddc

RGB 36189220
HSL0.530.720.50
HSV190°84°86°
CMYK 0.840.140.00   0.14
XYZ31.843441.937674.1266
Yxy41.93760.21530.2835
Hunter Lab64.7592-25.5567-22.5348
CIE-Lab70.8279-26.9910-26.2381

#24bddc color RGB value is (36,189,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10111101 11011100
Octal 44 275 334
Decimal 36 189 220
Hex 24 BD DC

RGB Percentages of Color #24bddc

%8.09
%42.47
%49.44

CMYK Percentages of Color #24bddc

%84
%14
%0
%14

Triadic Colors of #24bddc

#24bddc #dc24bd #bddc24

Analogous Colors of #24bddc

#24bddc #2461dc #24dc9f

Monochromatic Colors of #24bddc

#24bddc

Complementary Color

#24bddc #dc4324

#24bddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24bddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#24bddc Color CSS Codes

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

#24bddc Text Font Color

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

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


#24bddc Background Color

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

This div background color is #24bddc


#24bddc Border Color

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

This div border color is #24bddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24bddc


Comments

No comments written yet.

Please login to write comment.