Color Hex Logo

#40acdd Color Hex

#40ACDD
(64,172,221)
0 Favorites   0 Comments

Color spaces of #40acdd

RGB 64172221
HSL0.550.700.56
HSV199°71°87°
CMYK 0.710.220.00   0.13
XYZ29.918035.815573.7428
Yxy35.81550.21450.2568
Hunter Lab59.8461-15.4956-31.1654
CIE-Lab66.3787-14.9587-33.6049

#40acdd color RGB value is (64,172,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101100 11011101
Octal 100 254 335
Decimal 64 172 221
Hex 40 AC DD

RGB Percentages of Color #40acdd

%14.00
%37.64
%48.36

CMYK Percentages of Color #40acdd

%71
%22
%0
%13

Triadic Colors of #40acdd

#40acdd #dd40ac #acdd40

Analogous Colors of #40acdd

#40acdd #405edd #40ddc0

Monochromatic Colors of #40acdd

#40acdd

Complementary Color

#40acdd #dd7140

#40acdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40acdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#40acdd Color CSS Codes

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

#40acdd Text Font Color

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

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


#40acdd Background Color

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

This div background color is #40acdd


#40acdd Border Color

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

This div border color is #40acdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40acdd


Comments

No comments written yet.

Please login to write comment.