Color Hex Logo

#24bcbe Color Hex

#24BCBE
(36,188,190)
0 Favorites   0 Comments

Color spaces of #24bcbe

RGB 36188190
HSL0.500.680.44
HSV181°81°75°
CMYK 0.810.010.00   0.25
XYZ28.005040.059254.9714
Yxy40.05920.22760.3256
Hunter Lab63.2923-31.7806-7.1906
CIE-Lab69.5117-35.8724-11.8195

#24bcbe color RGB value is (36,188,190).

#24bcbe hex color red value is 36, green value is 188 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #24bcbe hue: 0.50 , saturation: 0.68 and the lightness value of 24bcbe is 0.44.

The process color (four color CMYK) of #24bcbe color hex is 0.81, 0.01, 0.00, 0.25. Web safe color of #24bcbe is #33cccc. Color #24bcbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10111100 10111110
Octal 44 274 276
Decimal 36 188 190
Hex 24 BC BE

RGB Percentages of Color #24bcbe

%8.70
%45.41
%45.89

CMYK Percentages of Color #24bcbe

%81
%1
%0
%25

Triadic Colors of #24bcbe

#24bcbe #be24bc #bcbe24

Analogous Colors of #24bcbe

#24bcbe #246fbe #24be73

Monochromatic Colors of #24bcbe

#24bcbe

Complementary Color

#24bcbe #be2624

#24bcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24bcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#24bcbe Color CSS Codes

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

#24bcbe Text Font Color

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

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


#24bcbe Background Color

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

This div background color is #24bcbe


#24bcbe Border Color

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

This div border color is #24bcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24bcbe


Comments

No comments written yet.

Please login to write comment.