Color Hex Logo

#40acda Color Hex

#40ACDA
(64,172,218)
0 Favorites   0 Comments

Color spaces of #40acda

RGB 64172218
HSL0.550.680.55
HSV198°71°85°
CMYK 0.710.210.00   0.15
XYZ29.521835.657071.6562
Yxy35.65700.21570.2606
Hunter Lab59.7135-16.2498-29.3486
CIE-Lab66.2570-15.9422-32.1423

#40acda color RGB value is (64,172,218).

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

The process color (four color CMYK) of #40acda color hex is 0.71, 0.21, 0.00, 0.15. Web safe color of #40acda is #3399cc. Color #40acda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101100 11011010
Octal 100 254 332
Decimal 64 172 218
Hex 40 AC DA

RGB Percentages of Color #40acda

%14.10
%37.89
%48.02

CMYK Percentages of Color #40acda

%71
%21
%0
%15

Triadic Colors of #40acda

#40acda #da40ac #acda40

Analogous Colors of #40acda

#40acda #405fda #40dabb

Monochromatic Colors of #40acda

#40acda

Complementary Color

#40acda #da6e40

#40acda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40acda Color Preview on White Background

Lorem ipsum dolor sit amet.

#40acda Color CSS Codes

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

#40acda Text Font Color

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

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


#40acda Background Color

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

This div background color is #40acda


#40acda Border Color

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

This div border color is #40acda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40acda


Comments

No comments written yet.

Please login to write comment.