Color Hex Logo

#24b4ed Color Hex

#24B4ED
(36,180,237)
0 Favorites   0 Comments

Color spaces of #24b4ed

RGB 36180237
HSL0.550.850.54
HSV197°85°93°
CMYK 0.850.240.00   0.07
XYZ32.334939.132085.9698
Yxy39.13200.20540.2486
Hunter Lab62.5556-17.2058-37.6930
CIE-Lab68.8468-16.6742-38.5649

#24b4ed color RGB value is (36,180,237).

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

The process color (four color CMYK) of #24b4ed color hex is 0.85, 0.24, 0.00, 0.07. Web safe color of #24b4ed is #33ccff. Color #24b4ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10110100 11101101
Octal 44 264 355
Decimal 36 180 237
Hex 24 B4 ED

RGB Percentages of Color #24b4ed

%7.95
%39.74
%52.32

CMYK Percentages of Color #24b4ed

%85
%24
%0
%7

Triadic Colors of #24b4ed

#24b4ed #ed24b4 #b4ed24

Analogous Colors of #24b4ed

#24b4ed #2450ed #24edc2

Monochromatic Colors of #24b4ed

#24b4ed

Complementary Color

#24b4ed #ed5d24

#24b4ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24b4ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#24b4ed Color CSS Codes

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

#24b4ed Text Font Color

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

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


#24b4ed Background Color

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

This div background color is #24b4ed


#24b4ed Border Color

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

This div border color is #24b4ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24b4ed


Comments

No comments written yet.

Please login to write comment.