Color Hex Logo

#24dbe0 Color Hex

#24DBE0
(36,219,224)
0 Favorites   0 Comments

Color spaces of #24dbe0

RGB 36219224
HSL0.500.750.51
HSV182°84°88°
CMYK 0.840.020.00   0.12
XYZ39.513656.419979.3286
Yxy56.41990.22550.3219
Hunter Lab75.1132-37.5474-10.0382
CIE-Lab79.8522-39.9866-14.7020

#24dbe0 color RGB value is (36,219,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 11011011 11100000
Octal 44 333 340
Decimal 36 219 224
Hex 24 DB E0

RGB Percentages of Color #24dbe0

%7.52
%45.72
%46.76

CMYK Percentages of Color #24dbe0

%84
%2
%0
%12

Triadic Colors of #24dbe0

#24dbe0 #e024db #dbe024

Analogous Colors of #24dbe0

#24dbe0 #247de0 #24e087

Monochromatic Colors of #24dbe0

#24dbe0

Complementary Color

#24dbe0 #e02924

#24dbe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24dbe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#24dbe0 Color CSS Codes

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

#24dbe0 Text Font Color

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

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


#24dbe0 Background Color

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

This div background color is #24dbe0


#24dbe0 Border Color

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

This div border color is #24dbe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24dbe0


Comments

No comments written yet.

Please login to write comment.