Color Hex Logo

#24adeb Color Hex

#24ADEB
(36,173,235)
0 Favorites   0 Comments

Color spaces of #24adeb

RGB 36173235
HSL0.550.830.53
HSV199°85°92°
CMYK 0.850.260.00   0.08
XYZ30.666536.260483.9799
Yxy36.26040.20320.2403
Hunter Lab60.2166-14.4744-40.5360
CIE-Lab66.7184-13.6098-40.7971

#24adeb color RGB value is (36,173,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10101101 11101011
Octal 44 255 353
Decimal 36 173 235
Hex 24 AD EB

RGB Percentages of Color #24adeb

%8.11
%38.96
%52.93

CMYK Percentages of Color #24adeb

%85
%26
%0
%8

Triadic Colors of #24adeb

#24adeb #eb24ad #adeb24

Analogous Colors of #24adeb

#24adeb #244aeb #24ebc6

Monochromatic Colors of #24adeb

#24adeb

Complementary Color

#24adeb #eb6224

#24adeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24adeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#24adeb Color CSS Codes

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

#24adeb Text Font Color

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

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


#24adeb Background Color

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

This div background color is #24adeb


#24adeb Border Color

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

This div border color is #24adeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24adeb


Comments

No comments written yet.

Please login to write comment.