Color Hex Logo

#40aebd Color Hex

#40AEBD
(64,174,189)
0 Favorites   0 Comments

Color spaces of #40aebd

RGB 64174189
HSL0.520.490.50
HSV187°66°74°
CMYK 0.660.080.00   0.26
XYZ26.435735.036253.5135
Yxy35.03620.22990.3047
Hunter Lab59.1914-23.8643-12.1687
CIE-Lab65.7768-26.1084-16.8384

#40aebd color RGB value is (64,174,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101110 10111101
Octal 100 256 275
Decimal 64 174 189
Hex 40 AE BD

RGB Percentages of Color #40aebd

%14.99
%40.75
%44.26

CMYK Percentages of Color #40aebd

%66
%8
%0
%26

Triadic Colors of #40aebd

#40aebd #bd40ae #aebd40

Analogous Colors of #40aebd

#40aebd #4070bd #40bd8e

Monochromatic Colors of #40aebd

#40aebd

Complementary Color

#40aebd #bd4f40

#40aebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40aebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#40aebd Color CSS Codes

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

#40aebd Text Font Color

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

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


#40aebd Background Color

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

This div background color is #40aebd


#40aebd Border Color

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

This div border color is #40aebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,174,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 #40aebd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40aebd


Comments

No comments written yet.

Please login to write comment.