Color Hex Logo

#40dbff Color Hex

#40DBFF
(64,219,255)
0 Favorites   0 Comments

Color spaces of #40dbff

RGB 64219255
HSL0.531.000.63
HSV191°75°100°
CMYK 0.750.140.00   0.00
XYZ45.495958.9730103.5928
Yxy58.97300.21870.2834
Hunter Lab76.7939-28.6384-26.2248
CIE-Lab81.2768-28.1722-28.9885

#40dbff color RGB value is (64,219,255).

#40dbff hex color red value is 64, green value is 219 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #40dbff hue: 0.53 , saturation: 1.00 and the lightness value of 40dbff is 0.63.

The process color (four color CMYK) of #40dbff color hex is 0.75, 0.14, 0.00, 0.00. Web safe color of #40dbff is #33ccff. Color #40dbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 11011011 11111111
Octal 100 333 377
Decimal 64 219 255
Hex 40 DB FF

RGB Percentages of Color #40dbff

%11.90
%40.71
%47.40

CMYK Percentages of Color #40dbff

%75
%14
%0
%0

Triadic Colors of #40dbff

#40dbff #ff40db #dbff40

Analogous Colors of #40dbff

#40dbff #407cff #40ffc4

Monochromatic Colors of #40dbff

#40dbff

Complementary Color

#40dbff #ff6440

#40dbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40dbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#40dbff Color CSS Codes

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

#40dbff Text Font Color

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

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


#40dbff Background Color

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

This div background color is #40dbff


#40dbff Border Color

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

This div border color is #40dbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40dbff


Comments

No comments written yet.

Please login to write comment.