color codes Logo

#40bf9f color codes

#40BF9F
(64,191,159)
0 Favorites   0 Comments

Color spaces of #40bf9f

RGB 64191159
HSL0.460.500.50
HSV165°66°75°
CMYK 0.660.000.17   0.25
XYZ27.003240.854839.2634
Yxy40.85480.25210.3814
Hunter Lab63.9178-36.44568.3218
CIE-Lab70.0741-42.31206.0486

#40bf9f color RGB value is (64,191,159).

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

The process color (four color CMYK) of #40bf9f color code is 0.66, 0.00, 0.17, 0.25. Web safe color of #40bf9f is #33cc99. Color #40bf9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10111111 10011111
Octal 100 277 237
Decimal 64 191 159
Hex 40 BF 9F

RGB Percentages of Color #40bf9f

%15.46
%46.14
%38.41

CMYK Percentages of Color #40bf9f

%66
%0
%17
%25

Triadic Colors of #40bf9f

#40bf9f #9f40bf #bf9f40

Analogous Colors of #40bf9f

#40bf9f #40a0bf #40bf60

Monochromatic Colors of #40bf9f

#40bf9f

Complementary Color

#40bf9f #bf4060

#40bf9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40bf9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#40bf9f Color CSS Codes

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

#40bf9f Text Font Color

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

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


#40bf9f Background Color

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

This div background color is #40bf9f


#40bf9f Border Color

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

This div border color is #40bf9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40bf9f


Comments

No comments written yet.

Please login to write comment.