Color Hex Logo

#40afd4 Color Hex

#40AFD4
(64,175,212)
0 Favorites   0 Comments

Color spaces of #40afd4

RGB 64175212
HSL0.540.630.54
HSV195°70°83°
CMYK 0.700.170.00   0.17
XYZ29.328036.503467.7875
Yxy36.50340.21950.2732
Hunter Lab60.4180-19.0845-24.2292
CIE-Lab66.9028-19.4682-27.8400

#40afd4 color RGB value is (64,175,212).

#40afd4 hex color red value is 64, green value is 175 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #40afd4 hue: 0.54 , saturation: 0.63 and the lightness value of 40afd4 is 0.54.

The process color (four color CMYK) of #40afd4 color hex is 0.70, 0.17, 0.00, 0.17. Web safe color of #40afd4 is #3399cc. Color #40afd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101111 11010100
Octal 100 257 324
Decimal 64 175 212
Hex 40 AF D4

RGB Percentages of Color #40afd4

%14.19
%38.80
%47.01

CMYK Percentages of Color #40afd4

%70
%17
%0
%17

Triadic Colors of #40afd4

#40afd4 #d440af #afd440

Analogous Colors of #40afd4

#40afd4 #4065d4 #40d4af

Monochromatic Colors of #40afd4

#40afd4

Complementary Color

#40afd4 #d46540

#40afd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40afd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#40afd4 Color CSS Codes

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

#40afd4 Text Font Color

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

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


#40afd4 Background Color

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

This div background color is #40afd4


#40afd4 Border Color

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

This div border color is #40afd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40afd4


Comments

No comments written yet.

Please login to write comment.