Color Hex Logo

#24ceec Color Hex

#24CEEC
(36,206,236)
0 Favorites   0 Comments

Color spaces of #24ceec

RGB 36206236
HSL0.530.840.53
HSV189°85°93°
CMYK 0.850.130.00   0.07
XYZ37.939250.573887.1190
Yxy50.57380.21600.2880
Hunter Lab71.1153-29.2239-22.8519
CIE-Lab76.4201-30.2167-26.3275

#24ceec color RGB value is (36,206,236).

#24ceec hex color red value is 36, green value is 206 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #24ceec hue: 0.53 , saturation: 0.84 and the lightness value of 24ceec is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 11001110 11101100
Octal 44 316 354
Decimal 36 206 236
Hex 24 CE EC

RGB Percentages of Color #24ceec

%7.53
%43.10
%49.37

CMYK Percentages of Color #24ceec

%85
%13
%0
%7

Triadic Colors of #24ceec

#24ceec #ec24ce #ceec24

Analogous Colors of #24ceec

#24ceec #246aec #24eca6

Monochromatic Colors of #24ceec

#24ceec

Complementary Color

#24ceec #ec4224

#24ceec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24ceec Color Preview on White Background

Lorem ipsum dolor sit amet.

#24ceec Color CSS Codes

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

#24ceec Text Font Color

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

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


#24ceec Background Color

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

This div background color is #24ceec


#24ceec Border Color

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

This div border color is #24ceec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24ceec


Comments

No comments written yet.

Please login to write comment.