Color Hex Logo

#40bbaf Color Hex

#40BBAF
(64,187,175)
0 Favorites   0 Comments

Color spaces of #40bbaf

RGB 64187175
HSL0.480.490.49
HSV174°66°73°
CMYK 0.660.000.06   0.27
XYZ27.622539.725846.7694
Yxy39.72580.24210.3481
Hunter Lab63.0284-32.07120.1245
CIE-Lab69.2738-36.3687-3.8790

#40bbaf color RGB value is (64,187,175).

#40bbaf hex color red value is 64, green value is 187 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #40bbaf hue: 0.48 , saturation: 0.49 and the lightness value of 40bbaf is 0.49.

The process color (four color CMYK) of #40bbaf color hex is 0.66, 0.00, 0.06, 0.27. Web safe color of #40bbaf is #33cc99. Color #40bbaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10111011 10101111
Octal 100 273 257
Decimal 64 187 175
Hex 40 BB AF

RGB Percentages of Color #40bbaf

%15.02
%43.90
%41.08

CMYK Percentages of Color #40bbaf

%66
%0
%6
%27

Triadic Colors of #40bbaf

#40bbaf #af40bb #bbaf40

Analogous Colors of #40bbaf

#40bbaf #408abb #40bb72

Monochromatic Colors of #40bbaf

#40bbaf

Complementary Color

#40bbaf #bb404c

#40bbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40bbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#40bbaf Color CSS Codes

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

#40bbaf Text Font Color

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

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


#40bbaf Background Color

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

This div background color is #40bbaf


#40bbaf Border Color

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

This div border color is #40bbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40bbaf


Comments

No comments written yet.

Please login to write comment.