Color Hex Logo

#24beac Color Hex

#24BEAC
(36,190,172)
0 Favorites   0 Comments

Color spaces of #24beac

RGB 36190172
HSL0.480.680.44
HSV173°81°75°
CMYK 0.810.000.09   0.25
XYZ26.587440.180545.3840
Yxy40.18050.23710.3583
Hunter Lab63.3881-36.05941.9218
CIE-Lab69.5979-41.9554-1.8152

#24beac color RGB value is (36,190,172).

#24beac hex color red value is 36, green value is 190 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #24beac hue: 0.48 , saturation: 0.68 and the lightness value of 24beac is 0.44.

The process color (four color CMYK) of #24beac color hex is 0.81, 0.00, 0.09, 0.25. Web safe color of #24beac is #33cc99. Color #24beac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10111110 10101100
Octal 44 276 254
Decimal 36 190 172
Hex 24 BE AC

RGB Percentages of Color #24beac

%9.05
%47.74
%43.22

CMYK Percentages of Color #24beac

%81
%0
%9
%25

Triadic Colors of #24beac

#24beac #ac24be #beac24

Analogous Colors of #24beac

#24beac #2483be #24be5f

Monochromatic Colors of #24beac

#24beac

Complementary Color

#24beac #be2436

#24beac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24beac Color Preview on White Background

Lorem ipsum dolor sit amet.

#24beac Color CSS Codes

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

#24beac Text Font Color

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

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


#24beac Background Color

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

This div background color is #24beac


#24beac Border Color

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

This div border color is #24beac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24beac


Comments

No comments written yet.

Please login to write comment.