Color Hex Logo

#40bebb Color Hex

#40BEBB
(64,190,187)
0 Favorites   0 Comments

Color spaces of #40bebb

RGB 64190187
HSL0.500.500.50
HSV179°66°75°
CMYK 0.660.000.02   0.25
XYZ29.497441.504853.4702
Yxy41.50480.23700.3334
Hunter Lab64.4242-31.0140-4.1120
CIE-Lab70.5282-34.4456-8.6039

#40bebb color RGB value is (64,190,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10111110 10111011
Octal 100 276 273
Decimal 64 190 187
Hex 40 BE BB

RGB Percentages of Color #40bebb

%14.51
%43.08
%42.40

CMYK Percentages of Color #40bebb

%66
%0
%2
%25

Triadic Colors of #40bebb

#40bebb #bb40be #bebb40

Analogous Colors of #40bebb

#40bebb #4082be #40be7c

Monochromatic Colors of #40bebb

#40bebb

Complementary Color

#40bebb #be4043

#40bebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40bebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#40bebb Color CSS Codes

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

#40bebb Text Font Color

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

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


#40bebb Background Color

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

This div background color is #40bebb


#40bebb Border Color

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

This div border color is #40bebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40bebb


Comments

No comments written yet.

Please login to write comment.