Color Hex Logo

#40afcc Color Hex

#40AFCC
(64,175,204)
0 Favorites   0 Comments

Color spaces of #40afcc

RGB 64175204
HSL0.530.580.53
HSV192°69°80°
CMYK 0.690.140.00   0.20
XYZ28.343436.109662.6027
Yxy36.10960.22310.2842
Hunter Lab60.0913-20.9662-19.7041
CIE-Lab66.6036-22.0027-23.8859

#40afcc color RGB value is (64,175,204).

#40afcc hex color red value is 64, green value is 175 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #40afcc hue: 0.53 , saturation: 0.58 and the lightness value of 40afcc is 0.53.

The process color (four color CMYK) of #40afcc color hex is 0.69, 0.14, 0.00, 0.20. Web safe color of #40afcc is #3399cc. Color #40afcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101111 11001100
Octal 100 257 314
Decimal 64 175 204
Hex 40 AF CC

RGB Percentages of Color #40afcc

%14.45
%39.50
%46.05

CMYK Percentages of Color #40afcc

%69
%14
%0
%20

Triadic Colors of #40afcc

#40afcc #cc40af #afcc40

Analogous Colors of #40afcc

#40afcc #4069cc #40cca3

Monochromatic Colors of #40afcc

#40afcc

Complementary Color

#40afcc #cc5d40

#40afcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40afcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#40afcc Color CSS Codes

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

#40afcc Text Font Color

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

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


#40afcc Background Color

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

This div background color is #40afcc


#40afcc Border Color

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

This div border color is #40afcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40afcc


Comments

No comments written yet.

Please login to write comment.