Color Hex Logo

#40beec Color Hex

#40BEEC
(64,190,236)
0 Favorites   0 Comments

Color spaces of #40beec

RGB 64190236
HSL0.540.820.59
HSV196°73°93°
CMYK 0.730.190.00   0.07
XYZ35.668143.973085.9646
Yxy43.97300.21540.2655
Hunter Lab66.3121-20.0343-30.4429
CIE-Lab72.2104-19.5692-32.7618

#40beec color RGB value is (64,190,236).

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

The process color (four color CMYK) of #40beec color hex is 0.73, 0.19, 0.00, 0.07. Web safe color of #40beec is #33ccff. Color #40beec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10111110 11101100
Octal 100 276 354
Decimal 64 190 236
Hex 40 BE EC

RGB Percentages of Color #40beec

%13.06
%38.78
%48.16

CMYK Percentages of Color #40beec

%73
%19
%0
%7

Triadic Colors of #40beec

#40beec #ec40be #beec40

Analogous Colors of #40beec

#40beec #4068ec #40ecc4

Monochromatic Colors of #40beec

#40beec

Complementary Color

#40beec #ec6e40

#40beec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40beec Color Preview on White Background

Lorem ipsum dolor sit amet.

#40beec Color CSS Codes

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

#40beec Text Font Color

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

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


#40beec Background Color

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

This div background color is #40beec


#40beec Border Color

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

This div border color is #40beec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40beec


Comments

No comments written yet.

Please login to write comment.