Color Hex Logo

#40bdda Color Hex

#40BDDA
(64,189,218)
0 Favorites   0 Comments

Color spaces of #40bdda

RGB 64189218
HSL0.530.680.55
HSV191°71°85°
CMYK 0.710.130.00   0.15
XYZ32.966842.547172.8046
Yxy42.54710.22230.2869
Hunter Lab65.2281-23.9340-20.5170
CIE-Lab71.2465-24.7587-24.4642

#40bdda color RGB value is (64,189,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10111101 11011010
Octal 100 275 332
Decimal 64 189 218
Hex 40 BD DA

RGB Percentages of Color #40bdda

%13.59
%40.13
%46.28

CMYK Percentages of Color #40bdda

%71
%13
%0
%15

Triadic Colors of #40bdda

#40bdda #da40bd #bdda40

Analogous Colors of #40bdda

#40bdda #4070da #40daaa

Monochromatic Colors of #40bdda

#40bdda

Complementary Color

#40bdda #da5d40

#40bdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40bdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#40bdda Color CSS Codes

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

#40bdda Text Font Color

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

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


#40bdda Background Color

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

This div background color is #40bdda


#40bdda Border Color

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

This div border color is #40bdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40bdda


Comments

No comments written yet.

Please login to write comment.