Color Hex Logo

#40aeaf Color Hex

#40AEAF
(64,174,175)
0 Favorites   0 Comments

Color spaces of #40aeaf

RGB 64174175
HSL0.500.460.47
HSV181°63°69°
CMYK 0.630.010.00   0.31
XYZ24.988334.457245.8913
Yxy34.45720.23720.3271
Hunter Lab58.7003-26.7392-5.2622
CIE-Lab65.3239-30.2247-9.7388

#40aeaf color RGB value is (64,174,175).

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

The process color (four color CMYK) of #40aeaf color hex is 0.63, 0.01, 0.00, 0.31. Web safe color of #40aeaf is #339999. Color #40aeaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101110 10101111
Octal 100 256 257
Decimal 64 174 175
Hex 40 AE AF

RGB Percentages of Color #40aeaf

%15.50
%42.13
%42.37

CMYK Percentages of Color #40aeaf

%63
%1
%0
%31

Triadic Colors of #40aeaf

#40aeaf #af40ae #aeaf40

Analogous Colors of #40aeaf

#40aeaf #4077af #40af79

Monochromatic Colors of #40aeaf

#40aeaf

Complementary Color

#40aeaf #af4140

#40aeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40aeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#40aeaf Color CSS Codes

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

#40aeaf Text Font Color

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

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


#40aeaf Background Color

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

This div background color is #40aeaf


#40aeaf Border Color

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

This div border color is #40aeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40aeaf


Comments

No comments written yet.

Please login to write comment.