Color Hex Logo

#40ccfd Color Hex

#40CCFD
(64,204,253)
0 Favorites   0 Comments

Color spaces of #40ccfd

RGB 64204253
HSL0.540.980.62
HSV196°75°99°
CMYK 0.750.190.00   0.01
XYZ41.436851.3676100.6595
Yxy51.36760.21420.2655
Hunter Lab71.6712-22.2246-33.1007
CIE-Lab76.9011-21.3079-34.6582

#40ccfd color RGB value is (64,204,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 11001100 11111101
Octal 100 314 375
Decimal 64 204 253
Hex 40 CC FD

RGB Percentages of Color #40ccfd

%12.28
%39.16
%48.56

CMYK Percentages of Color #40ccfd

%75
%19
%0
%1

Triadic Colors of #40ccfd

#40ccfd #fd40cc #ccfd40

Analogous Colors of #40ccfd

#40ccfd #406efd #40fdd0

Monochromatic Colors of #40ccfd

#40ccfd

Complementary Color

#40ccfd #fd7140

#40ccfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40ccfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#40ccfd Color CSS Codes

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

#40ccfd Text Font Color

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

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


#40ccfd Background Color

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

This div background color is #40ccfd


#40ccfd Border Color

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

This div border color is #40ccfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40ccfd

Related Colors


Comments

No comments written yet.

Please login to write comment.