Color Hex Logo

#24dbeb Color Hex

#24DBEB
(36,219,235)
0 Favorites   0 Comments

Color spaces of #24dbeb

RGB 36219235
HSL0.510.830.53
HSV185°85°92°
CMYK 0.850.070.00   0.08
XYZ41.054557.036387.4426
Yxy57.03630.22130.3074
Hunter Lab75.5224-35.1303-15.7825
CIE-Lab80.2000-36.6967-20.0400

#24dbeb color RGB value is (36,219,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 11011011 11101011
Octal 44 333 353
Decimal 36 219 235
Hex 24 DB EB

RGB Percentages of Color #24dbeb

%7.35
%44.69
%47.96

CMYK Percentages of Color #24dbeb

%85
%7
%0
%8

Triadic Colors of #24dbeb

#24dbeb #eb24db #dbeb24

Analogous Colors of #24dbeb

#24dbeb #2478eb #24eb98

Monochromatic Colors of #24dbeb

#24dbeb

Complementary Color

#24dbeb #eb3424

#24dbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24dbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#24dbeb Color CSS Codes

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

#24dbeb Text Font Color

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

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


#24dbeb Background Color

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

This div background color is #24dbeb


#24dbeb Border Color

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

This div border color is #24dbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24dbeb


Comments

No comments written yet.

Please login to write comment.