Color Hex Logo

#40beeb Color Hex

#40BEEB
(64,190,235)
0 Favorites   0 Comments

Color spaces of #40beeb

RGB 64190235
HSL0.540.810.59
HSV196°73°92°
CMYK 0.730.190.00   0.08
XYZ35.523243.915185.2014
Yxy43.91510.21580.2667
Hunter Lab66.2685-20.2849-29.8413
CIE-Lab72.1717-19.8913-32.2799

#40beeb color RGB value is (64,190,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10111110 11101011
Octal 100 276 353
Decimal 64 190 235
Hex 40 BE EB

RGB Percentages of Color #40beeb

%13.09
%38.85
%48.06

CMYK Percentages of Color #40beeb

%73
%19
%0
%8

Triadic Colors of #40beeb

#40beeb #eb40be #beeb40

Analogous Colors of #40beeb

#40beeb #4069eb #40ebc3

Monochromatic Colors of #40beeb

#40beeb

Complementary Color

#40beeb #eb6d40

#40beeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40beeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#40beeb Color CSS Codes

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

#40beeb Text Font Color

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

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


#40beeb Background Color

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

This div background color is #40beeb


#40beeb Border Color

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

This div border color is #40beeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40beeb


Comments

No comments written yet.

Please login to write comment.