Color Hex Logo

#40aaba Color Hex

#40AABA
(64,170,186)
0 Favorites   0 Comments

Color spaces of #40aaba

RGB 64170186
HSL0.520.490.49
HSV188°66°73°
CMYK 0.660.090.00   0.27
XYZ25.352033.384651.5621
Yxy33.38460.22980.3027
Hunter Lab57.7794-22.7931-12.4646
CIE-Lab64.4711-25.0025-17.1474

#40aaba color RGB value is (64,170,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101010 10111010
Octal 100 252 272
Decimal 64 170 186
Hex 40 AA BA

RGB Percentages of Color #40aaba

%15.24
%40.48
%44.29

CMYK Percentages of Color #40aaba

%66
%9
%0
%27

Triadic Colors of #40aaba

#40aaba #ba40aa #aaba40

Analogous Colors of #40aaba

#40aaba #406dba #40ba8d

Monochromatic Colors of #40aaba

#40aaba

Complementary Color

#40aaba #ba5040

#40aaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40aaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#40aaba Color CSS Codes

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

#40aaba Text Font Color

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

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


#40aaba Background Color

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

This div background color is #40aaba


#40aaba Border Color

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

This div border color is #40aaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40aaba


Comments

No comments written yet.

Please login to write comment.