Color Hex Logo

#40bebe Color Hex

#40BEBE
(64,190,190)
0 Favorites   0 Comments

Color spaces of #40bebe

RGB 64190190
HSL0.500.500.50
HSV180°66°75°
CMYK 0.660.000.00   0.25
XYZ29.822141.634655.1797
Yxy41.63460.23550.3288
Hunter Lab64.5249-30.4194-5.5356
CIE-Lab70.6183-33.5964-10.1125

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10111110 10111110
Octal 100 276 276
Decimal 64 190 190
Hex 40 BE BE

RGB Percentages of Color #40bebe

%14.41
%42.79
%42.79

CMYK Percentages of Color #40bebe

%66
%0
%0
%25

Triadic Colors of #40bebe

#40bebe #be40be #bebe40

Analogous Colors of #40bebe

#40bebe #407fbe #40be7f

Monochromatic Colors of #40bebe

#40bebe

Complementary Color

#40bebe #be4040

#40bebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40bebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#40bebe Color CSS Codes

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

#40bebe Text Font Color

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

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


#40bebe Background Color

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

This div background color is #40bebe


#40bebe Border Color

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

This div border color is #40bebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40bebe


Comments

No comments written yet.

Please login to write comment.