Color Hex Logo

#24afee Color Hex

#24AFEE
(36,175,238)
0 Favorites   0 Comments

Color spaces of #24afee

RGB 36175238
HSL0.550.860.54
HSV199°85°93°
CMYK 0.850.260.00   0.07
XYZ31.490137.208186.4111
Yxy37.20810.20300.2399
Hunter Lab60.9984-14.5977-41.2920
CIE-Lab67.4329-13.6464-41.3185

#24afee color RGB value is (36,175,238).

#24afee hex color red value is 36, green value is 175 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #24afee hue: 0.55 , saturation: 0.86 and the lightness value of 24afee is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10101111 11101110
Octal 44 257 356
Decimal 36 175 238
Hex 24 AF EE

RGB Percentages of Color #24afee

%8.02
%38.98
%53.01

CMYK Percentages of Color #24afee

%85
%26
%0
%7

Triadic Colors of #24afee

#24afee #ee24af #afee24

Analogous Colors of #24afee

#24afee #244aee #24eec8

Monochromatic Colors of #24afee

#24afee

Complementary Color

#24afee #ee6324

#24afee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24afee Color Preview on White Background

Lorem ipsum dolor sit amet.

#24afee Color CSS Codes

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

#24afee Text Font Color

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

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


#24afee Background Color

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

This div background color is #24afee


#24afee Border Color

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

This div border color is #24afee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24afee


Comments

No comments written yet.

Please login to write comment.