Color Hex Logo

#40abbd Color Hex

#40ABBD
(64,171,189)
0 Favorites   0 Comments

Color spaces of #40abbd

RGB 64171189
HSL0.520.490.50
HSV189°66°74°
CMYK 0.660.100.00   0.26
XYZ25.862633.889953.3224
Yxy33.88990.22870.2997
Hunter Lab58.2150-22.5759-13.5565
CIE-Lab64.8751-24.5973-18.2051

#40abbd color RGB value is (64,171,189).

#40abbd hex color red value is 64, green value is 171 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #40abbd hue: 0.52 , saturation: 0.49 and the lightness value of 40abbd is 0.50.

The process color (four color CMYK) of #40abbd color hex is 0.66, 0.10, 0.00, 0.26. Web safe color of #40abbd is #3399cc. Color #40abbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101011 10111101
Octal 100 253 275
Decimal 64 171 189
Hex 40 AB BD

RGB Percentages of Color #40abbd

%15.09
%40.33
%44.58

CMYK Percentages of Color #40abbd

%66
%10
%0
%26

Triadic Colors of #40abbd

#40abbd #bd40ab #abbd40

Analogous Colors of #40abbd

#40abbd #406dbd #40bd91

Monochromatic Colors of #40abbd

#40abbd

Complementary Color

#40abbd #bd5240

#40abbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40abbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#40abbd Color CSS Codes

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

#40abbd Text Font Color

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

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


#40abbd Background Color

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

This div background color is #40abbd


#40abbd Border Color

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

This div border color is #40abbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40abbd


Comments

No comments written yet.

Please login to write comment.