Color Hex Logo

#40dfeb Color Hex

#40DFEB
(64,223,235)
0 Favorites   0 Comments

Color spaces of #40dfeb

RGB 64223235
HSL0.510.810.59
HSV184°73°92°
CMYK 0.730.050.00   0.08
XYZ43.497459.863587.8595
Yxy59.86350.22750.3131
Hunter Lab77.3715-35.0494-13.1669
CIE-Lab81.7639-36.0851-17.6386

#40dfeb color RGB value is (64,223,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 11011111 11101011
Octal 100 337 353
Decimal 64 223 235
Hex 40 DF EB

RGB Percentages of Color #40dfeb

%12.26
%42.72
%45.02

CMYK Percentages of Color #40dfeb

%73
%5
%0
%8

Triadic Colors of #40dfeb

#40dfeb #eb40df #dfeb40

Analogous Colors of #40dfeb

#40dfeb #408aeb #40eba2

Monochromatic Colors of #40dfeb

#40dfeb

Complementary Color

#40dfeb #eb4c40

#40dfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40dfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#40dfeb Color CSS Codes

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

#40dfeb Text Font Color

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

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


#40dfeb Background Color

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

This div background color is #40dfeb


#40dfeb Border Color

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

This div border color is #40dfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40dfeb


Comments

No comments written yet.

Please login to write comment.