Color Hex Logo

#40bfda Color Hex

#40BFDA
(64,191,218)
0 Favorites   0 Comments

Color spaces of #40bfda

RGB 64191218
HSL0.530.680.55
HSV191°71°85°
CMYK 0.710.120.00   0.15
XYZ33.400043.413572.9490
Yxy43.41350.22300.2899
Hunter Lab65.8889-24.8215-19.5208
CIE-Lab71.8347-25.7621-23.5655

#40bfda color RGB value is (64,191,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10111111 11011010
Octal 100 277 332
Decimal 64 191 218
Hex 40 BF DA

RGB Percentages of Color #40bfda

%13.53
%40.38
%46.09

CMYK Percentages of Color #40bfda

%71
%12
%0
%15

Triadic Colors of #40bfda

#40bfda #da40bf #bfda40

Analogous Colors of #40bfda

#40bfda #4072da #40daa8

Monochromatic Colors of #40bfda

#40bfda

Complementary Color

#40bfda #da5b40

#40bfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40bfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#40bfda Color CSS Codes

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

#40bfda Text Font Color

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

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


#40bfda Background Color

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

This div background color is #40bfda


#40bfda Border Color

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

This div border color is #40bfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40bfda


Comments

No comments written yet.

Please login to write comment.