Color Hex Logo

#24dceb Color Hex

#24DCEB
(36,220,235)
0 Favorites   0 Comments

Color spaces of #24dceb

RGB 36220235
HSL0.510.830.53
HSV185°85°92°
CMYK 0.850.060.00   0.08
XYZ41.316257.559687.5298
Yxy57.55960.22160.3088
Hunter Lab75.8680-35.5616-15.2959
CIE-Lab80.4933-37.1596-19.5961

#24dceb color RGB value is (36,220,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 11011100 11101011
Octal 44 334 353
Decimal 36 220 235
Hex 24 DC EB

RGB Percentages of Color #24dceb

%7.33
%44.81
%47.86

CMYK Percentages of Color #24dceb

%85
%6
%0
%8

Triadic Colors of #24dceb

#24dceb #eb24dc #dceb24

Analogous Colors of #24dceb

#24dceb #2479eb #24eb97

Monochromatic Colors of #24dceb

#24dceb

Complementary Color

#24dceb #eb3324

#24dceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24dceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#24dceb Color CSS Codes

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

#24dceb Text Font Color

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

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


#24dceb Background Color

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

This div background color is #24dceb


#24dceb Border Color

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

This div border color is #24dceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24dceb


Comments

No comments written yet.

Please login to write comment.