Color Hex Logo

#24afbb Color Hex

#24AFBB
(36,175,187)
0 Favorites   0 Comments

Color spaces of #24afbb

RGB 36175187
HSL0.510.680.44
HSV185°81°73°
CMYK 0.810.060.00   0.27
XYZ25.027234.622952.3775
Yxy34.62290.22340.3091
Hunter Lab58.8412-27.0500-11.5881
CIE-Lab65.4540-30.6195-16.2702

#24afbb color RGB value is (36,175,187).

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

The process color (four color CMYK) of #24afbb color hex is 0.81, 0.06, 0.00, 0.27. Web safe color of #24afbb is #3399cc. Color #24afbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10101111 10111011
Octal 44 257 273
Decimal 36 175 187
Hex 24 AF BB

RGB Percentages of Color #24afbb

%9.05
%43.97
%46.98

CMYK Percentages of Color #24afbb

%81
%6
%0
%27

Triadic Colors of #24afbb

#24afbb #bb24af #afbb24

Analogous Colors of #24afbb

#24afbb #2464bb #24bb7c

Monochromatic Colors of #24afbb

#24afbb

Complementary Color

#24afbb #bb3024

#24afbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24afbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#24afbb Color CSS Codes

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

#24afbb Text Font Color

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

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


#24afbb Background Color

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

This div background color is #24afbb


#24afbb Border Color

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

This div border color is #24afbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24afbb


Comments

No comments written yet.

Please login to write comment.