Color Hex Logo

#40abfd Color Hex

#40ABFD
(64,171,253)
0 Favorites   0 Comments

Color spaces of #40abfd

RGB 64171253
HSL0.570.980.62
HSV206°75°99°
CMYK 0.750.320.00   0.01
XYZ34.406937.307798.3162
Yxy37.30770.20240.2194
Hunter Lab61.0800-6.3395-52.6789
CIE-Lab67.5072-3.5986-49.3308

#40abfd color RGB value is (64,171,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101011 11111101
Octal 100 253 375
Decimal 64 171 253
Hex 40 AB FD

RGB Percentages of Color #40abfd

%13.11
%35.04
%51.84

CMYK Percentages of Color #40abfd

%75
%32
%0
%1

Triadic Colors of #40abfd

#40abfd #fd40ab #abfd40

Analogous Colors of #40abfd

#40abfd #404cfd #40fdf1

Monochromatic Colors of #40abfd

#40abfd

Complementary Color

#40abfd #fd9240

#40abfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40abfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#40abfd Color CSS Codes

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

#40abfd Text Font Color

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

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


#40abfd Background Color

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

This div background color is #40abfd


#40abfd Border Color

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

This div border color is #40abfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40abfd

Related Colors


Comments

No comments written yet.

Please login to write comment.