Color Hex Logo

#40acdc Color Hex

#40ACDC
(64,172,220)
0 Favorites   0 Comments

Color spaces of #40acdc

RGB 64172220
HSL0.550.690.56
HSV198°71°86°
CMYK 0.710.220.00   0.14
XYZ29.785135.762373.0431
Yxy35.76230.21490.2580
Hunter Lab59.8016-15.7481-30.5571
CIE-Lab66.3379-15.2871-33.1180

#40acdc color RGB value is (64,172,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101100 11011100
Octal 100 254 334
Decimal 64 172 220
Hex 40 AC DC

RGB Percentages of Color #40acdc

%14.04
%37.72
%48.25

CMYK Percentages of Color #40acdc

%71
%22
%0
%14

Triadic Colors of #40acdc

#40acdc #dc40ac #acdc40

Analogous Colors of #40acdc

#40acdc #405edc #40dcbe

Monochromatic Colors of #40acdc

#40acdc

Complementary Color

#40acdc #dc7040

#40acdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40acdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#40acdc Color CSS Codes

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

#40acdc Text Font Color

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

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


#40acdc Background Color

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

This div background color is #40acdc


#40acdc Border Color

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

This div border color is #40acdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40acdc


Comments

No comments written yet.

Please login to write comment.