Color Hex Logo

#24efba Color Hex

#24EFBA
(36,239,186)
0 Favorites   0 Comments

Color spaces of #24efba

RGB 36239186
HSL0.460.860.54
HSV164°85°94°
CMYK 0.850.000.22   0.06
XYZ40.457065.653256.9944
Yxy65.65320.24800.4025
Hunter Lab81.0267-52.670815.0139
CIE-Lab84.8192-58.449612.6427

#24efba color RGB value is (36,239,186).

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

The process color (four color CMYK) of #24efba color hex is 0.85, 0.00, 0.22, 0.06. Web safe color of #24efba is #33ffcc. Color #24efba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 11101111 10111010
Octal 44 357 272
Decimal 36 239 186
Hex 24 EF BA

RGB Percentages of Color #24efba

%7.81
%51.84
%40.35

CMYK Percentages of Color #24efba

%85
%0
%22
%6

Triadic Colors of #24efba

#24efba #ba24ef #efba24

Analogous Colors of #24efba

#24efba #24bfef #24ef55

Monochromatic Colors of #24efba

#24efba

Complementary Color

#24efba #ef2459

#24efba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24efba Color Preview on White Background

Lorem ipsum dolor sit amet.

#24efba Color CSS Codes

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

#24efba Text Font Color

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

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


#24efba Background Color

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

This div background color is #24efba


#24efba Border Color

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

This div border color is #24efba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24efba


Comments

No comments written yet.

Please login to write comment.