Color Hex Logo

#40abd7 Color Hex

#40ABD7
(64,171,215)
0 Favorites   0 Comments

Color spaces of #40abd7

RGB 64171215
HSL0.550.650.55
HSV197°70°84°
CMYK 0.700.200.00   0.16
XYZ28.943035.122169.5438
Yxy35.12210.21660.2629
Hunter Lab59.2639-16.5369-28.0897
CIE-Lab65.8436-16.3878-31.1285

#40abd7 color RGB value is (64,171,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101011 11010111
Octal 100 253 327
Decimal 64 171 215
Hex 40 AB D7

RGB Percentages of Color #40abd7

%14.22
%38.00
%47.78

CMYK Percentages of Color #40abd7

%70
%20
%0
%16

Triadic Colors of #40abd7

#40abd7 #d740ab #abd740

Analogous Colors of #40abd7

#40abd7 #405fd7 #40d7b8

Monochromatic Colors of #40abd7

#40abd7

Complementary Color

#40abd7 #d76c40

#40abd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40abd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#40abd7 Color CSS Codes

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

#40abd7 Text Font Color

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

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


#40abd7 Background Color

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

This div background color is #40abd7


#40abd7 Border Color

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

This div border color is #40abd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40abd7


Comments

No comments written yet.

Please login to write comment.