Color Hex Logo

#24bbdf Color Hex

#24BBDF
(36,187,223)
0 Favorites   0 Comments

Color spaces of #24bbdf

RGB 36187223
HSL0.530.750.51
HSV192°84°87°
CMYK 0.840.160.00   0.13
XYZ31.817241.243476.0959
Yxy41.24340.21330.2765
Hunter Lab64.2210-23.9520-25.2984
CIE-Lab70.3461-25.0097-28.6132

#24bbdf color RGB value is (36,187,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10111011 11011111
Octal 44 273 337
Decimal 36 187 223
Hex 24 BB DF

RGB Percentages of Color #24bbdf

%8.07
%41.93
%50.00

CMYK Percentages of Color #24bbdf

%84
%16
%0
%13

Triadic Colors of #24bbdf

#24bbdf #df24bb #bbdf24

Analogous Colors of #24bbdf

#24bbdf #245ddf #24dfa6

Monochromatic Colors of #24bbdf

#24bbdf

Complementary Color

#24bbdf #df4824

#24bbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24bbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#24bbdf Color CSS Codes

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

#24bbdf Text Font Color

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

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


#24bbdf Background Color

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

This div background color is #24bbdf


#24bbdf Border Color

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

This div border color is #24bbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24bbdf


Comments

No comments written yet.

Please login to write comment.