Color Hex Logo

#40c7bf Color Hex

#40C7BF
(64,199,191)
0 Favorites   0 Comments

Color spaces of #40c7bf

RGB 64199191
HSL0.490.550.52
HSV176°68°78°
CMYK 0.680.000.04   0.22
XYZ31.941745.698456.4274
Yxy45.69840.23830.3409
Hunter Lab67.6006-33.9587-2.1700
CIE-Lab73.3494-37.5026-6.5966

#40c7bf color RGB value is (64,199,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 11000111 10111111
Octal 100 307 277
Decimal 64 199 191
Hex 40 C7 BF

RGB Percentages of Color #40c7bf

%14.10
%43.83
%42.07

CMYK Percentages of Color #40c7bf

%68
%0
%4
%22

Triadic Colors of #40c7bf

#40c7bf #bf40c7 #c7bf40

Analogous Colors of #40c7bf

#40c7bf #408cc7 #40c77c

Monochromatic Colors of #40c7bf

#40c7bf

Complementary Color

#40c7bf #c74048

#40c7bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40c7bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#40c7bf Color CSS Codes

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

#40c7bf Text Font Color

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

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


#40c7bf Background Color

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

This div background color is #40c7bf


#40c7bf Border Color

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

This div border color is #40c7bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40c7bf


Comments

No comments written yet.

Please login to write comment.