Color Hex Logo

#40acfd Color Hex

#40ACFD
(64,172,253)
0 Favorites   0 Comments

Color spaces of #40acfd

RGB 64172253
HSL0.570.980.62
HSV206°75°99°
CMYK 0.750.320.00   0.01
XYZ34.596537.686998.3794
Yxy37.68690.20270.2208
Hunter Lab61.3897-6.8372-52.0419
CIE-Lab67.7892-4.1607-48.8861

#40acfd color RGB value is (64,172,253).

#40acfd hex color red value is 64, green value is 172 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #40acfd hue: 0.57 , saturation: 0.98 and the lightness value of 40acfd is 0.62.

The process color (four color CMYK) of #40acfd color hex is 0.75, 0.32, 0.00, 0.01. Web safe color of #40acfd is #3399ff. Color #40acfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101100 11111101
Octal 100 254 375
Decimal 64 172 253
Hex 40 AC FD

RGB Percentages of Color #40acfd

%13.09
%35.17
%51.74

CMYK Percentages of Color #40acfd

%75
%32
%0
%1

Triadic Colors of #40acfd

#40acfd #fd40ac #acfd40

Analogous Colors of #40acfd

#40acfd #404dfd #40fdf0

Monochromatic Colors of #40acfd

#40acfd

Complementary Color

#40acfd #fd9140

#40acfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40acfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#40acfd Color CSS Codes

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

#40acfd Text Font Color

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

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


#40acfd Background Color

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

This div background color is #40acfd


#40acfd Border Color

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

This div border color is #40acfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40acfd


Comments

No comments written yet.

Please login to write comment.