Color Hex Logo

#40b9bc Color Hex

#40B9BC
(64,185,188)
0 Favorites   0 Comments

Color spaces of #40b9bc

RGB 64185188
HSL0.500.490.49
HSV181°66°74°
CMYK 0.660.020.00   0.26
XYZ28.540439.418853.6813
Yxy39.41880.23460.3241
Hunter Lab62.7844-28.7305-6.7445
CIE-Lab69.0536-31.7908-11.3537

#40b9bc color RGB value is (64,185,188).

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

The process color (four color CMYK) of #40b9bc color hex is 0.66, 0.02, 0.00, 0.26. Web safe color of #40b9bc is #33cccc. Color #40b9bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10111001 10111100
Octal 100 271 274
Decimal 64 185 188
Hex 40 B9 BC

RGB Percentages of Color #40b9bc

%14.65
%42.33
%43.02

CMYK Percentages of Color #40b9bc

%66
%2
%0
%26

Triadic Colors of #40b9bc

#40b9bc #bc40b9 #b9bc40

Analogous Colors of #40b9bc

#40b9bc #407bbc #40bc81

Monochromatic Colors of #40b9bc

#40b9bc

Complementary Color

#40b9bc #bc4340

#40b9bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40b9bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#40b9bc Color CSS Codes

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

#40b9bc Text Font Color

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

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


#40b9bc Background Color

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

This div background color is #40b9bc


#40b9bc Border Color

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

This div border color is #40b9bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40b9bc


Comments

No comments written yet.

Please login to write comment.