Color Hex Logo

#24dbef Color Hex

#24DBEF
(36,219,239)
0 Favorites   0 Comments

Color spaces of #24dbef

RGB 36219239
HSL0.520.860.54
HSV186°85°94°
CMYK 0.850.080.00   0.06
XYZ41.639157.270190.5210
Yxy57.27010.21980.3023
Hunter Lab75.6770-34.2203-17.9458
CIE-Lab80.3313-35.4770-21.9701

#24dbef color RGB value is (36,219,239).

#24dbef hex color red value is 36, green value is 219 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #24dbef hue: 0.52 , saturation: 0.86 and the lightness value of 24dbef is 0.54.

The process color (four color CMYK) of #24dbef color hex is 0.85, 0.08, 0.00, 0.06. Web safe color of #24dbef is #33ccff. Color #24dbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 11011011 11101111
Octal 44 333 357
Decimal 36 219 239
Hex 24 DB EF

RGB Percentages of Color #24dbef

%7.29
%44.33
%48.38

CMYK Percentages of Color #24dbef

%85
%8
%0
%6

Triadic Colors of #24dbef

#24dbef #ef24db #dbef24

Analogous Colors of #24dbef

#24dbef #2476ef #24ef9e

Monochromatic Colors of #24dbef

#24dbef

Complementary Color

#24dbef #ef3824

#24dbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24dbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#24dbef Color CSS Codes

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

#24dbef Text Font Color

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

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


#24dbef Background Color

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

This div background color is #24dbef


#24dbef Border Color

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

This div border color is #24dbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24dbef


Comments

No comments written yet.

Please login to write comment.