Color Hex Logo

#40abfc Color Hex

#40ABFC
(64,171,252)
0 Favorites   0 Comments

Color spaces of #40abfc

RGB 64171252
HSL0.570.970.62
HSV206°75°99°
CMYK 0.750.320.00   0.01
XYZ34.247937.244197.4792
Yxy37.24410.20270.2204
Hunter Lab61.0279-6.6276-51.9836
CIE-Lab67.4598-3.9437-48.8625

#40abfc color RGB value is (64,171,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101011 11111100
Octal 100 253 374
Decimal 64 171 252
Hex 40 AB FC

RGB Percentages of Color #40abfc

%13.14
%35.11
%51.75

CMYK Percentages of Color #40abfc

%75
%32
%0
%1

Triadic Colors of #40abfc

#40abfc #fc40ab #abfc40

Analogous Colors of #40abfc

#40abfc #404dfc #40fcef

Monochromatic Colors of #40abfc

#40abfc

Complementary Color

#40abfc #fc9140

#40abfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40abfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#40abfc Color CSS Codes

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

#40abfc Text Font Color

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

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


#40abfc Background Color

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

This div background color is #40abfc


#40abfc Border Color

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

This div border color is #40abfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40abfc


Comments

No comments written yet.

Please login to write comment.