Color Hex Logo

#40badc Color Hex

#40BADC
(64,186,220)
0 Favorites   0 Comments

Color spaces of #40badc

RGB 64186220
HSL0.540.690.56
HSV193°71°86°
CMYK 0.710.150.00   0.14
XYZ32.591541.375173.9786
Yxy41.37510.22030.2797
Hunter Lab64.3235-22.1235-23.1631
CIE-Lab70.4379-22.6117-26.7933

#40badc color RGB value is (64,186,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10111010 11011100
Octal 100 272 334
Decimal 64 186 220
Hex 40 BA DC

RGB Percentages of Color #40badc

%13.62
%39.57
%46.81

CMYK Percentages of Color #40badc

%71
%15
%0
%14

Triadic Colors of #40badc

#40badc #dc40ba #badc40

Analogous Colors of #40badc

#40badc #406cdc #40dcb0

Monochromatic Colors of #40badc

#40badc

Complementary Color

#40badc #dc6240

#40badc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40badc Color Preview on White Background

Lorem ipsum dolor sit amet.

#40badc Color CSS Codes

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

#40badc Text Font Color

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

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


#40badc Background Color

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

This div background color is #40badc


#40badc Border Color

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

This div border color is #40badc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40badc


Comments

No comments written yet.

Please login to write comment.