Color Hex Logo

#24acdf Color Hex

#24ACDF
(36,172,223)
0 Favorites   0 Comments

Color spaces of #24acdf

RGB 36172223
HSL0.550.750.51
HSV196°84°87°
CMYK 0.840.230.00   0.13
XYZ28.799435.207875.0899
Yxy35.20780.20700.2531
Hunter Lab59.3362-17.2015-33.4962
CIE-Lab65.9101-17.2318-35.4759

#24acdf color RGB value is (36,172,223).

#24acdf hex color red value is 36, green value is 172 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #24acdf hue: 0.55 , saturation: 0.75 and the lightness value of 24acdf is 0.51.

The process color (four color CMYK) of #24acdf color hex is 0.84, 0.23, 0.00, 0.13. Web safe color of #24acdf is #3399cc. Color #24acdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10101100 11011111
Octal 44 254 337
Decimal 36 172 223
Hex 24 AC DF

RGB Percentages of Color #24acdf

%8.35
%39.91
%51.74

CMYK Percentages of Color #24acdf

%84
%23
%0
%13

Triadic Colors of #24acdf

#24acdf #df24ac #acdf24

Analogous Colors of #24acdf

#24acdf #244fdf #24dfb5

Monochromatic Colors of #24acdf

#24acdf

Complementary Color

#24acdf #df5724

#24acdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24acdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#24acdf Color CSS Codes

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

#24acdf Text Font Color

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

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


#24acdf Background Color

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

This div background color is #24acdf


#24acdf Border Color

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

This div border color is #24acdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24acdf


Comments

No comments written yet.

Please login to write comment.