Color Hex Logo

#40bcb5 Color Hex

#40BCB5
(64,188,181)
0 Favorites   0 Comments

Color spaces of #40bcb5

RGB 64188181
HSL0.490.490.49
HSV177°66°74°
CMYK 0.660.000.04   0.26
XYZ28.438140.392650.0138
Yxy40.39260.23930.3399
Hunter Lab63.5552-31.3508-2.1688
CIE-Lab69.7482-35.1857-6.4726

#40bcb5 color RGB value is (64,188,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10111100 10110101
Octal 100 274 265
Decimal 64 188 181
Hex 40 BC B5

RGB Percentages of Color #40bcb5

%14.78
%43.42
%41.80

CMYK Percentages of Color #40bcb5

%66
%0
%4
%26

Triadic Colors of #40bcb5

#40bcb5 #b540bc #bcb540

Analogous Colors of #40bcb5

#40bcb5 #4085bc #40bc77

Monochromatic Colors of #40bcb5

#40bcb5

Complementary Color

#40bcb5 #bc4047

#40bcb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40bcb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#40bcb5 Color CSS Codes

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

#40bcb5 Text Font Color

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

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


#40bcb5 Background Color

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

This div background color is #40bcb5


#40bcb5 Border Color

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

This div border color is #40bcb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40bcb5


Comments

No comments written yet.

Please login to write comment.