Color Hex Logo

#40bdfd Color Hex

#40BDFD
(64,189,253)
0 Favorites   0 Comments

Color spaces of #40bdfd

RGB 64189253
HSL0.560.980.62
HSV200°75°99°
CMYK 0.750.250.00   0.01
XYZ38.041644.577099.5277
Yxy44.57700.20890.2447
Hunter Lab66.7660-15.1357-41.6471
CIE-Lab72.6125-13.4736-41.3194

#40bdfd color RGB value is (64,189,253).

#40bdfd hex color red value is 64, green value is 189 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #40bdfd hue: 0.56 , saturation: 0.98 and the lightness value of 40bdfd is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10111101 11111101
Octal 100 275 375
Decimal 64 189 253
Hex 40 BD FD

RGB Percentages of Color #40bdfd

%12.65
%37.35
%50.00

CMYK Percentages of Color #40bdfd

%75
%25
%0
%1

Triadic Colors of #40bdfd

#40bdfd #fd40bd #bdfd40

Analogous Colors of #40bdfd

#40bdfd #405ffd #40fddf

Monochromatic Colors of #40bdfd

#40bdfd

Complementary Color

#40bdfd #fd8040

#40bdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40bdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#40bdfd Color CSS Codes

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

#40bdfd Text Font Color

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

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


#40bdfd Background Color

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

This div background color is #40bdfd


#40bdfd Border Color

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

This div border color is #40bdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40bdfd


Comments

No comments written yet.

Please login to write comment.