Color Hex Logo

#40bfcc Color Hex

#40BFCC
(64,191,204)
0 Favorites   0 Comments

Color spaces of #40bfcc

RGB 64191204
HSL0.520.580.53
HSV186°69°80°
CMYK 0.690.060.00   0.20
XYZ31.644242.711263.7030
Yxy42.71120.22920.3094
Hunter Lab65.3538-27.9398-12.0447
CIE-Lab71.3585-30.0038-16.6564

#40bfcc color RGB value is (64,191,204).

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

The process color (four color CMYK) of #40bfcc color hex is 0.69, 0.06, 0.00, 0.20. Web safe color of #40bfcc is #33cccc. Color #40bfcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10111111 11001100
Octal 100 277 314
Decimal 64 191 204
Hex 40 BF CC

RGB Percentages of Color #40bfcc

%13.94
%41.61
%44.44

CMYK Percentages of Color #40bfcc

%69
%6
%0
%20

Triadic Colors of #40bfcc

#40bfcc #cc40bf #bfcc40

Analogous Colors of #40bfcc

#40bfcc #4079cc #40cc93

Monochromatic Colors of #40bfcc

#40bfcc

Complementary Color

#40bfcc #cc4d40

#40bfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40bfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#40bfcc Color CSS Codes

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

#40bfcc Text Font Color

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

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


#40bfcc Background Color

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

This div background color is #40bfcc


#40bfcc Border Color

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

This div border color is #40bfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40bfcc


Comments

No comments written yet.

Please login to write comment.