Color Hex Logo

#40abce Color Hex

#40ABCE
(64,171,206)
0 Favorites   0 Comments

Color spaces of #40abce

RGB 64171206
HSL0.540.590.53
HSV195°69°81°
CMYK 0.690.170.00   0.19
XYZ27.817834.672063.6187
Yxy34.67200.22060.2749
Hunter Lab58.8829-18.7172-22.8404
CIE-Lab65.4925-19.2913-26.6965

#40abce color RGB value is (64,171,206).

#40abce hex color red value is 64, green value is 171 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #40abce hue: 0.54 , saturation: 0.59 and the lightness value of 40abce is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101011 11001110
Octal 100 253 316
Decimal 64 171 206
Hex 40 AB CE

RGB Percentages of Color #40abce

%14.51
%38.78
%46.71

CMYK Percentages of Color #40abce

%69
%17
%0
%19

Triadic Colors of #40abce

#40abce #ce40ab #abce40

Analogous Colors of #40abce

#40abce #4064ce #40ceaa

Monochromatic Colors of #40abce

#40abce

Complementary Color

#40abce #ce6340

#40abce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40abce Color Preview on White Background

Lorem ipsum dolor sit amet.

#40abce Color CSS Codes

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

#40abce Text Font Color

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

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


#40abce Background Color

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

This div background color is #40abce


#40abce Border Color

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

This div border color is #40abce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40abce


Comments

No comments written yet.

Please login to write comment.