Color Hex Logo

#40bfdd Color Hex

#40BFDD
(64,191,221)
0 Favorites   0 Comments

Color spaces of #40bfdd

RGB 64191221
HSL0.530.700.56
HSV191°71°87°
CMYK 0.710.140.00   0.13
XYZ33.796343.572175.0356
Yxy43.57210.22180.2859
Hunter Lab66.0092-24.1251-21.1912
CIE-Lab71.9416-24.8326-25.0343

#40bfdd color RGB value is (64,191,221).

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

The process color (four color CMYK) of #40bfdd color hex is 0.71, 0.14, 0.00, 0.13. Web safe color of #40bfdd is #33cccc. Color #40bfdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10111111 11011101
Octal 100 277 335
Decimal 64 191 221
Hex 40 BF DD

RGB Percentages of Color #40bfdd

%13.45
%40.13
%46.43

CMYK Percentages of Color #40bfdd

%71
%14
%0
%13

Triadic Colors of #40bfdd

#40bfdd #dd40bf #bfdd40

Analogous Colors of #40bfdd

#40bfdd #4071dd #40ddad

Monochromatic Colors of #40bfdd

#40bfdd

Complementary Color

#40bfdd #dd5e40

#40bfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40bfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#40bfdd Color CSS Codes

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

#40bfdd Text Font Color

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

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


#40bfdd Background Color

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

This div background color is #40bfdd


#40bfdd Border Color

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

This div border color is #40bfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40bfdd


Comments

No comments written yet.

Please login to write comment.