Color Hex Logo

#40fcbb Color Hex

#40FCBB
(64,252,187)
0 Favorites   0 Comments

Color spaces of #40fcbb

RGB 64252187
HSL0.440.970.62
HSV159°75°99°
CMYK 0.750.000.26   0.01
XYZ45.894474.298758.9359
Yxy74.29870.25620.4148
Hunter Lab86.1967-55.804019.7989
CIE-Lab89.0635-60.597018.1505

#40fcbb color RGB value is (64,252,187).

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

The process color (four color CMYK) of #40fcbb color hex is 0.75, 0.00, 0.26, 0.01. Web safe color of #40fcbb is #33ffcc. Color #40fcbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 11111100 10111011
Octal 100 374 273
Decimal 64 252 187
Hex 40 FC BB

RGB Percentages of Color #40fcbb

%12.72
%50.10
%37.18

CMYK Percentages of Color #40fcbb

%75
%0
%26
%1

Triadic Colors of #40fcbb

#40fcbb #bb40fc #fcbb40

Analogous Colors of #40fcbb

#40fcbb #40dffc #40fc5d

Monochromatic Colors of #40fcbb

#40fcbb

Complementary Color

#40fcbb #fc4081

#40fcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40fcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#40fcbb Color CSS Codes

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

#40fcbb Text Font Color

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

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


#40fcbb Background Color

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

This div background color is #40fcbb


#40fcbb Border Color

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

This div border color is #40fcbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,252,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 #40fcbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40fcbb

Related Colors


Comments

No comments written yet.

Please login to write comment.