Color Hex Logo

#24bbdc Color Hex

#24BBDC
(36,187,220)
0 Favorites   0 Comments

Color spaces of #24bbdc

RGB 36187220
HSL0.530.720.50
HSV191°84°86°
CMYK 0.840.150.00   0.14
XYZ31.416141.083073.9842
Yxy41.08300.21450.2805
Hunter Lab64.0960-24.6778-23.5695
CIE-Lab70.2340-25.9916-27.1493

#24bbdc color RGB value is (36,187,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10111011 11011100
Octal 44 273 334
Decimal 36 187 220
Hex 24 BB DC

RGB Percentages of Color #24bbdc

%8.13
%42.21
%49.66

CMYK Percentages of Color #24bbdc

%84
%15
%0
%14

Triadic Colors of #24bbdc

#24bbdc #dc24bb #bbdc24

Analogous Colors of #24bbdc

#24bbdc #245fdc #24dca1

Monochromatic Colors of #24bbdc

#24bbdc

Complementary Color

#24bbdc #dc4524

#24bbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24bbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#24bbdc Color CSS Codes

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

#24bbdc Text Font Color

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

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


#24bbdc Background Color

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

This div background color is #24bbdc


#24bbdc Border Color

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

This div border color is #24bbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24bbdc


Comments

No comments written yet.

Please login to write comment.