Color Hex Logo

#40bdeb Color Hex

#40BDEB
(64,189,235)
0 Favorites   0 Comments

Color spaces of #40bdeb

RGB 64189235
HSL0.540.810.59
HSV196°73°92°
CMYK 0.730.200.00   0.08
XYZ35.307343.483385.1295
Yxy43.48330.21540.2653
Hunter Lab65.9419-19.8239-30.3828
CIE-Lab71.8818-19.3726-32.7279

#40bdeb color RGB value is (64,189,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10111101 11101011
Octal 100 275 353
Decimal 64 189 235
Hex 40 BD EB

RGB Percentages of Color #40bdeb

%13.11
%38.73
%48.16

CMYK Percentages of Color #40bdeb

%73
%20
%0
%8

Triadic Colors of #40bdeb

#40bdeb #eb40bd #bdeb40

Analogous Colors of #40bdeb

#40bdeb #4068eb #40ebc4

Monochromatic Colors of #40bdeb

#40bdeb

Complementary Color

#40bdeb #eb6e40

#40bdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40bdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#40bdeb Color CSS Codes

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

#40bdeb Text Font Color

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

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


#40bdeb Background Color

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

This div background color is #40bdeb


#40bdeb Border Color

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

This div border color is #40bdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40bdeb


Comments

No comments written yet.

Please login to write comment.