Color Hex Logo

#24cbba Color Hex

#24CBBA
(36,203,186)
0 Favorites   0 Comments

Color spaces of #24cbba

RGB 36203186
HSL0.480.700.47
HSV174°82°80°
CMYK 0.820.000.08   0.20
XYZ30.946446.632153.8242
Yxy46.63210.23550.3549
Hunter Lab68.2877-38.61141.0692
CIE-Lab73.9538-43.7567-3.0450

#24cbba color RGB value is (36,203,186).

#24cbba hex color red value is 36, green value is 203 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #24cbba hue: 0.48 , saturation: 0.70 and the lightness value of 24cbba is 0.47.

The process color (four color CMYK) of #24cbba color hex is 0.82, 0.00, 0.08, 0.20. Web safe color of #24cbba is #33cccc. Color #24cbba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 11001011 10111010
Octal 44 313 272
Decimal 36 203 186
Hex 24 CB BA

RGB Percentages of Color #24cbba

%8.47
%47.76
%43.76

CMYK Percentages of Color #24cbba

%82
%0
%8
%20

Triadic Colors of #24cbba

#24cbba #ba24cb #cbba24

Analogous Colors of #24cbba

#24cbba #2489cb #24cb67

Monochromatic Colors of #24cbba

#24cbba

Complementary Color

#24cbba #cb2435

#24cbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24cbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#24cbba Color CSS Codes

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

#24cbba Text Font Color

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

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


#24cbba Background Color

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

This div background color is #24cbba


#24cbba Border Color

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

This div border color is #24cbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24cbba


Comments

No comments written yet.

Please login to write comment.