Color Hex Logo

#24acea Color Hex

#24ACEA
(36,172,234)
0 Favorites   0 Comments

Color spaces of #24acea

RGB 36172234
HSL0.550.830.53
HSV199°85°92°
CMYK 0.850.260.00   0.08
XYZ30.331435.820683.1573
Yxy35.82060.20310.2399
Hunter Lab59.8503-14.2765-40.4836
CIE-Lab66.3826-13.4161-40.7753

#24acea color RGB value is (36,172,234).

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

The process color (four color CMYK) of #24acea color hex is 0.85, 0.26, 0.00, 0.08. Web safe color of #24acea is #3399ff. Color #24acea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10101100 11101010
Octal 44 254 352
Decimal 36 172 234
Hex 24 AC EA

RGB Percentages of Color #24acea

%8.14
%38.91
%52.94

CMYK Percentages of Color #24acea

%85
%26
%0
%8

Triadic Colors of #24acea

#24acea #ea24ac #acea24

Analogous Colors of #24acea

#24acea #2449ea #24eac5

Monochromatic Colors of #24acea

#24acea

Complementary Color

#24acea #ea6224

#24acea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24acea Color Preview on White Background

Lorem ipsum dolor sit amet.

#24acea Color CSS Codes

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

#24acea Text Font Color

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

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


#24acea Background Color

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

This div background color is #24acea


#24acea Border Color

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

This div border color is #24acea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24acea


Comments

No comments written yet.

Please login to write comment.