Color Hex Logo

#40abff Color Hex

#40ABFF
(64,171,255)
0 Favorites   0 Comments

Color spaces of #40abff

RGB 64171255
HSL0.571.000.63
HSV206°75°100°
CMYK 0.750.330.00   0.00
XYZ34.727337.4358100.0033
Yxy37.43580.20170.2174
Hunter Lab61.1848-5.7603-54.0770
CIE-Lab67.6027-2.9074-50.2657

#40abff color RGB value is (64,171,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101011 11111111
Octal 100 253 377
Decimal 64 171 255
Hex 40 AB FF

RGB Percentages of Color #40abff

%13.06
%34.90
%52.04

CMYK Percentages of Color #40abff

%75
%33
%0
%0

Triadic Colors of #40abff

#40abff #ff40ab #abff40

Analogous Colors of #40abff

#40abff #404bff #40fff4

Monochromatic Colors of #40abff

#40abff

Complementary Color

#40abff #ff9440

#40abff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40abff Color Preview on White Background

Lorem ipsum dolor sit amet.

#40abff Color CSS Codes

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

#40abff Text Font Color

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

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


#40abff Background Color

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

This div background color is #40abff


#40abff Border Color

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

This div border color is #40abff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40abff

Related Colors


Comments

No comments written yet.

Please login to write comment.