Color Hex Logo

#40acab Color Hex

#40ACAB
(64,172,171)
0 Favorites   0 Comments

Color spaces of #40acab

RGB 64172171
HSL0.500.460.46
HSV179°63°67°
CMYK 0.630.000.01   0.33
XYZ24.217633.535343.7246
Yxy33.53530.23860.3305
Hunter Lab57.9097-26.6939-4.2300
CIE-Lab64.5920-30.3977-8.6026

#40acab color RGB value is (64,172,171).

#40acab hex color red value is 64, green value is 172 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #40acab hue: 0.50 , saturation: 0.46 and the lightness value of 40acab is 0.46.

The process color (four color CMYK) of #40acab color hex is 0.63, 0.00, 0.01, 0.33. Web safe color of #40acab is #339999. Color #40acab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101100 10101011
Octal 100 254 253
Decimal 64 172 171
Hex 40 AC AB

RGB Percentages of Color #40acab

%15.72
%42.26
%42.01

CMYK Percentages of Color #40acab

%63
%0
%1
%33

Triadic Colors of #40acab

#40acab #ab40ac #acab40

Analogous Colors of #40acab

#40acab #4077ac #40ac75

Monochromatic Colors of #40acab

#40acab

Complementary Color

#40acab #ac4041

#40acab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40acab Color Preview on White Background

Lorem ipsum dolor sit amet.

#40acab Color CSS Codes

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

#40acab Text Font Color

<p style="color:#40acab">Text here</p>

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


#40acab Background Color

<div style="background-color:#40acab">
Div content here</div>

This div background color is #40acab


#40acab Border Color

<div style="border:3px solid #40acab">
Div here</div>

This div border color is #40acab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,172,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40acab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40acab;
  -webkit-box-shadow: 1px 1px 3px 2px #40acab;
  box-shadow:         1px 1px 3px 2px #40acab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40acab


Comments

No comments written yet.

Please login to write comment.