Color Hex Logo

#24acad Color Hex

#24ACAD
(36,172,173)
0 Favorites   0 Comments

Color spaces of #24acad

RGB 36172173
HSL0.500.660.41
HSV180°79°68°
CMYK 0.790.010.00   0.32
XYZ23.022932.897244.6715
Yxy32.89720.22890.3270
Hunter Lab57.3561-28.7227-6.0285
CIE-Lab64.0776-33.4809-10.5471

#24acad color RGB value is (36,172,173).

#24acad hex color red value is 36, green value is 172 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #24acad hue: 0.50 , saturation: 0.66 and the lightness value of 24acad is 0.41.

The process color (four color CMYK) of #24acad color hex is 0.79, 0.01, 0.00, 0.32. Web safe color of #24acad is #339999. Color #24acad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10101100 10101101
Octal 44 254 255
Decimal 36 172 173
Hex 24 AC AD

RGB Percentages of Color #24acad

%9.45
%45.14
%45.41

CMYK Percentages of Color #24acad

%79
%1
%0
%32

Triadic Colors of #24acad

#24acad #ad24ac #acad24

Analogous Colors of #24acad

#24acad #2468ad #24ad6a

Monochromatic Colors of #24acad

#24acad

Complementary Color

#24acad #ad2524

#24acad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24acad Color Preview on White Background

Lorem ipsum dolor sit amet.

#24acad Color CSS Codes

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

#24acad Text Font Color

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

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


#24acad Background Color

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

This div background color is #24acad


#24acad Border Color

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

This div border color is #24acad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24acad


Comments

No comments written yet.

Please login to write comment.