Color Hex Logo

#24edfd Color Hex

#24EDFD
(36,237,253)
0 Favorites   0 Comments

Color spaces of #24edfd

RGB 36237253
HSL0.510.980.57
HSV184°86°99°
CMYK 0.860.060.00   0.01
XYZ48.741468.0353103.4917
Yxy68.03530.22130.3089
Hunter Lab82.4835-38.8664-16.6524
CIE-Lab86.0241-39.5473-20.7394

#24edfd color RGB value is (36,237,253).

#24edfd hex color red value is 36, green value is 237 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #24edfd hue: 0.51 , saturation: 0.98 and the lightness value of 24edfd is 0.57.

The process color (four color CMYK) of #24edfd color hex is 0.86, 0.06, 0.00, 0.01. Web safe color of #24edfd is #33ffff. Color #24edfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 11101101 11111101
Octal 44 355 375
Decimal 36 237 253
Hex 24 ED FD

RGB Percentages of Color #24edfd

%6.84
%45.06
%48.10

CMYK Percentages of Color #24edfd

%86
%6
%0
%1

Triadic Colors of #24edfd

#24edfd #fd24ed #edfd24

Analogous Colors of #24edfd

#24edfd #2481fd #24fda1

Monochromatic Colors of #24edfd

#24edfd

Complementary Color

#24edfd #fd3424

#24edfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24edfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#24edfd Color CSS Codes

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

#24edfd Text Font Color

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

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


#24edfd Background Color

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

This div background color is #24edfd


#24edfd Border Color

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

This div border color is #24edfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24edfd

Related Colors


Comments

No comments written yet.

Please login to write comment.