Color Hex Logo

#24daee Color Hex

#24DAEE
(36,218,238)
0 Favorites   0 Comments

Color spaces of #24daee

RGB 36218238
HSL0.520.860.54
HSV186°85°93°
CMYK 0.850.080.00   0.07
XYZ41.231656.690989.6582
Yxy56.69090.21980.3022
Hunter Lab75.2934-34.0145-17.8963
CIE-Lab80.0054-35.3153-21.9326

#24daee color RGB value is (36,218,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 11011010 11101110
Octal 44 332 356
Decimal 36 218 238
Hex 24 DA EE

RGB Percentages of Color #24daee

%7.32
%44.31
%48.37

CMYK Percentages of Color #24daee

%85
%8
%0
%7

Triadic Colors of #24daee

#24daee #ee24da #daee24

Analogous Colors of #24daee

#24daee #2475ee #24ee9d

Monochromatic Colors of #24daee

#24daee

Complementary Color

#24daee #ee3824

#24daee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24daee Color Preview on White Background

Lorem ipsum dolor sit amet.

#24daee Color CSS Codes

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

#24daee Text Font Color

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

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


#24daee Background Color

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

This div background color is #24daee


#24daee Border Color

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

This div border color is #24daee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36,218,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 #24daee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24daee


Comments

No comments written yet.

Please login to write comment.