Color Hex Logo

#24bcdf Color Hex

#24BCDF
(36,188,223)
0 Favorites   0 Comments

Color spaces of #24bcdf

RGB 36188223
HSL0.530.750.51
HSV191°84°87°
CMYK 0.840.160.00   0.13
XYZ32.030141.669276.1668
Yxy41.66920.21370.2780
Hunter Lab64.5517-24.3950-24.7722
CIE-Lab70.6422-25.5135-28.1578

#24bcdf color RGB value is (36,188,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10111100 11011111
Octal 44 274 337
Decimal 36 188 223
Hex 24 BC DF

RGB Percentages of Color #24bcdf

%8.05
%42.06
%49.89

CMYK Percentages of Color #24bcdf

%84
%16
%0
%13

Triadic Colors of #24bcdf

#24bcdf #df24bc #bcdf24

Analogous Colors of #24bcdf

#24bcdf #245fdf #24dfa5

Monochromatic Colors of #24bcdf

#24bcdf

Complementary Color

#24bcdf #df4724

#24bcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24bcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#24bcdf Color CSS Codes

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

#24bcdf Text Font Color

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

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


#24bcdf Background Color

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

This div background color is #24bcdf


#24bcdf Border Color

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

This div border color is #24bcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24bcdf


Comments

No comments written yet.

Please login to write comment.