Color Hex Logo

#40b3dc Color Hex

#40B3DC
(64,179,220)
0 Favorites   0 Comments

Color spaces of #40b3dc

RGB 64179220
HSL0.540.690.56
HSV196°71°86°
CMYK 0.710.190.00   0.14
XYZ31.152738.497573.4990
Yxy38.49750.21760.2689
Hunter Lab62.0464-18.9585-26.8014
CIE-Lab68.3857-18.9935-29.9509

#40b3dc color RGB value is (64,179,220).

#40b3dc hex color red value is 64, green value is 179 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #40b3dc hue: 0.54 , saturation: 0.69 and the lightness value of 40b3dc is 0.56.

The process color (four color CMYK) of #40b3dc color hex is 0.71, 0.19, 0.00, 0.14. Web safe color of #40b3dc is #33cccc. Color #40b3dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10110011 11011100
Octal 100 263 334
Decimal 64 179 220
Hex 40 B3 DC

RGB Percentages of Color #40b3dc

%13.82
%38.66
%47.52

CMYK Percentages of Color #40b3dc

%71
%19
%0
%14

Triadic Colors of #40b3dc

#40b3dc #dc40b3 #b3dc40

Analogous Colors of #40b3dc

#40b3dc #4065dc #40dcb7

Monochromatic Colors of #40b3dc

#40b3dc

Complementary Color

#40b3dc #dc6940

#40b3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40b3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#40b3dc Color CSS Codes

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

#40b3dc Text Font Color

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

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


#40b3dc Background Color

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

This div background color is #40b3dc


#40b3dc Border Color

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

This div border color is #40b3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40b3dc


Comments

No comments written yet.

Please login to write comment.