Color Hex Logo

#24bdaf Color Hex

#24BDAF
(36,189,175)
0 Favorites   0 Comments

Color spaces of #24bdaf

RGB 36189175
HSL0.480.680.44
HSV175°81°74°
CMYK 0.810.000.07   0.26
XYZ26.663039.865446.8469
Yxy39.86540.23520.3516
Hunter Lab63.1391-35.11460.2063
CIE-Lab69.3736-40.6788-3.7903

#24bdaf color RGB value is (36,189,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10111101 10101111
Octal 44 275 257
Decimal 36 189 175
Hex 24 BD AF

RGB Percentages of Color #24bdaf

%9.00
%47.25
%43.75

CMYK Percentages of Color #24bdaf

%81
%0
%7
%26

Triadic Colors of #24bdaf

#24bdaf #af24bd #bdaf24

Analogous Colors of #24bdaf

#24bdaf #247fbd #24bd63

Monochromatic Colors of #24bdaf

#24bdaf

Complementary Color

#24bdaf #bd2432

#24bdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24bdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#24bdaf Color CSS Codes

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

#24bdaf Text Font Color

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

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


#24bdaf Background Color

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

This div background color is #24bdaf


#24bdaf Border Color

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

This div border color is #24bdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24bdaf


Comments

No comments written yet.

Please login to write comment.