Color Hex Logo

#40bdef Color Hex

#40BDEF
(64,189,239)
0 Favorites   0 Comments

Color spaces of #40bdef

RGB 64189239
HSL0.550.850.59
HSV197°73°94°
CMYK 0.730.210.00   0.06
XYZ35.891943.717288.2079
Yxy43.71720.21390.2605
Hunter Lab66.1190-18.8116-32.8142
CIE-Lab72.0391-18.0777-34.6514

#40bdef color RGB value is (64,189,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10111101 11101111
Octal 100 275 357
Decimal 64 189 239
Hex 40 BD EF

RGB Percentages of Color #40bdef

%13.01
%38.41
%48.58

CMYK Percentages of Color #40bdef

%73
%21
%0
%6

Triadic Colors of #40bdef

#40bdef #ef40bd #bdef40

Analogous Colors of #40bdef

#40bdef #4066ef #40efca

Monochromatic Colors of #40bdef

#40bdef

Complementary Color

#40bdef #ef7240

#40bdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40bdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#40bdef Color CSS Codes

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

#40bdef Text Font Color

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

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


#40bdef Background Color

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

This div background color is #40bdef


#40bdef Border Color

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

This div border color is #40bdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40bdef


Comments

No comments written yet.

Please login to write comment.