Color Hex Logo

#24abbf Color Hex

#24ABBF
(36,171,191)
0 Favorites   0 Comments

Color spaces of #24abbf

RGB 36171191
HSL0.520.680.45
HSV188°81°75°
CMYK 0.810.100.00   0.25
XYZ24.694433.262554.4090
Yxy33.26250.21980.2960
Hunter Lab57.6737-24.4997-15.5623
CIE-Lab64.3729-27.3864-20.1346

#24abbf color RGB value is (36,171,191).

#24abbf hex color red value is 36, green value is 171 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #24abbf hue: 0.52 , saturation: 0.68 and the lightness value of 24abbf is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10101011 10111111
Octal 44 253 277
Decimal 36 171 191
Hex 24 AB BF

RGB Percentages of Color #24abbf

%9.05
%42.96
%47.99

CMYK Percentages of Color #24abbf

%81
%10
%0
%25

Triadic Colors of #24abbf

#24abbf #bf24ab #abbf24

Analogous Colors of #24abbf

#24abbf #245ebf #24bf86

Monochromatic Colors of #24abbf

#24abbf

Complementary Color

#24abbf #bf3824

#24abbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24abbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#24abbf Color CSS Codes

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

#24abbf Text Font Color

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

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


#24abbf Background Color

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

This div background color is #24abbf


#24abbf Border Color

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

This div border color is #24abbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24abbf


Comments

No comments written yet.

Please login to write comment.