Color Hex Logo

#40aabb Color Hex

#40AABB
(64,170,187)
0 Favorites   0 Comments

Color spaces of #40aabb

RGB 64170187
HSL0.520.490.49
HSV188°66°73°
CMYK 0.660.090.00   0.27
XYZ25.458733.427352.1240
Yxy33.42730.22930.3011
Hunter Lab57.8163-22.5784-12.9811
CIE-Lab64.5054-24.6994-17.6525

#40aabb color RGB value is (64,170,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101010 10111011
Octal 100 252 273
Decimal 64 170 187
Hex 40 AA BB

RGB Percentages of Color #40aabb

%15.20
%40.38
%44.42

CMYK Percentages of Color #40aabb

%66
%9
%0
%27

Triadic Colors of #40aabb

#40aabb #bb40aa #aabb40

Analogous Colors of #40aabb

#40aabb #406dbb #40bb8f

Monochromatic Colors of #40aabb

#40aabb

Complementary Color

#40aabb #bb5140

#40aabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40aabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#40aabb Color CSS Codes

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

#40aabb Text Font Color

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

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


#40aabb Background Color

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

This div background color is #40aabb


#40aabb Border Color

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

This div border color is #40aabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40aabb


Comments

No comments written yet.

Please login to write comment.