Color Hex Logo

#40bedc Color Hex

#40BEDC
(64,190,220)
0 Favorites   0 Comments

Color spaces of #40bedc

RGB 64190220
HSL0.530.690.56
HSV192°71°86°
CMYK 0.710.140.00   0.14
XYZ33.446143.084274.2634
Yxy43.08420.22180.2857
Hunter Lab65.6386-23.9129-21.1337
CIE-Lab71.6121-24.6402-24.9942

#40bedc color RGB value is (64,190,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10111110 11011100
Octal 100 276 334
Decimal 64 190 220
Hex 40 BE DC

RGB Percentages of Color #40bedc

%13.50
%40.08
%46.41

CMYK Percentages of Color #40bedc

%71
%14
%0
%14

Triadic Colors of #40bedc

#40bedc #dc40be #bedc40

Analogous Colors of #40bedc

#40bedc #4070dc #40dcac

Monochromatic Colors of #40bedc

#40bedc

Complementary Color

#40bedc #dc5e40

#40bedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40bedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#40bedc Color CSS Codes

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

#40bedc Text Font Color

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

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


#40bedc Background Color

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

This div background color is #40bedc


#40bedc Border Color

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

This div border color is #40bedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40bedc


Comments

No comments written yet.

Please login to write comment.