Color Hex Logo

#40dbeb Color Hex

#40DBEB
(64,219,235)
0 Favorites   0 Comments

Color spaces of #40dbeb

RGB 64219235
HSL0.520.810.59
HSV186°73°92°
CMYK 0.730.070.00   0.08
XYZ42.441357.751287.5075
Yxy57.75120.22610.3077
Hunter Lab75.9942-33.3011-15.0766
CIE-Lab80.6003-34.2132-19.3959

#40dbeb color RGB value is (64,219,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 11011011 11101011
Octal 100 333 353
Decimal 64 219 235
Hex 40 DB EB

RGB Percentages of Color #40dbeb

%12.36
%42.28
%45.37

CMYK Percentages of Color #40dbeb

%73
%7
%0
%8

Triadic Colors of #40dbeb

#40dbeb #eb40db #dbeb40

Analogous Colors of #40dbeb

#40dbeb #4086eb #40eba6

Monochromatic Colors of #40dbeb

#40dbeb

Complementary Color

#40dbeb #eb5040

#40dbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40dbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#40dbeb Color CSS Codes

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

#40dbeb Text Font Color

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

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


#40dbeb Background Color

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

This div background color is #40dbeb


#40dbeb Border Color

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

This div border color is #40dbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40dbeb


Comments

No comments written yet.

Please login to write comment.