Color Hex Logo

#24ccea Color Hex

#24CCEA
(36,204,234)
0 Favorites   0 Comments

Color spaces of #24ccea

RGB 36204234
HSL0.530.830.53
HSV189°85°92°
CMYK 0.850.130.00   0.08
XYZ37.171749.501385.4375
Yxy49.50130.21600.2876
Hunter Lab70.3572-28.8184-22.7482
CIE-Lab75.7621-29.8800-26.2596

#24ccea color RGB value is (36,204,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 11001100 11101010
Octal 44 314 352
Decimal 36 204 234
Hex 24 CC EA

RGB Percentages of Color #24ccea

%7.59
%43.04
%49.37

CMYK Percentages of Color #24ccea

%85
%13
%0
%8

Triadic Colors of #24ccea

#24ccea #ea24cc #ccea24

Analogous Colors of #24ccea

#24ccea #2469ea #24eaa5

Monochromatic Colors of #24ccea

#24ccea

Complementary Color

#24ccea #ea4224

#24ccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24ccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#24ccea Color CSS Codes

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

#24ccea Text Font Color

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

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


#24ccea Background Color

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

This div background color is #24ccea


#24ccea Border Color

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

This div border color is #24ccea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24ccea


Comments

No comments written yet.

Please login to write comment.