Color Hex Logo

#40d2fd Color Hex

#40D2FD
(64,210,253)
0 Favorites   0 Comments

Color spaces of #40d2fd

RGB 64210253
HSL0.540.980.62
HSV194°75°99°
CMYK 0.750.170.00   0.01
XYZ42.890654.2750101.1441
Yxy54.27500.21630.2737
Hunter Lab73.6716-25.0049-29.8295
CIE-Lab78.6218-24.3416-32.0037

#40d2fd color RGB value is (64,210,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 11010010 11111101
Octal 100 322 375
Decimal 64 210 253
Hex 40 D2 FD

RGB Percentages of Color #40d2fd

%12.14
%39.85
%48.01

CMYK Percentages of Color #40d2fd

%75
%17
%0
%1

Triadic Colors of #40d2fd

#40d2fd #fd40d2 #d2fd40

Analogous Colors of #40d2fd

#40d2fd #4074fd #40fdca

Monochromatic Colors of #40d2fd

#40d2fd

Complementary Color

#40d2fd #fd6b40

#40d2fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40d2fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#40d2fd Color CSS Codes

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

#40d2fd Text Font Color

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

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


#40d2fd Background Color

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

This div background color is #40d2fd


#40d2fd Border Color

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

This div border color is #40d2fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40d2fd


Comments

No comments written yet.

Please login to write comment.