Color Hex Logo

#40cefe Color Hex

#40CEFE
(64,206,254)
0 Favorites   0 Comments

Color spaces of #40cefe

RGB 64206254
HSL0.540.990.62
HSV195°75°100°
CMYK 0.750.190.00   0.00
XYZ42.075152.3884101.6603
Yxy52.38840.21450.2671
Hunter Lab72.3798-22.9009-32.6092
CIE-Lab77.5125-22.0063-34.2477

#40cefe color RGB value is (64,206,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 11001110 11111110
Octal 100 316 376
Decimal 64 206 254
Hex 40 CE FE

RGB Percentages of Color #40cefe

%12.21
%39.31
%48.47

CMYK Percentages of Color #40cefe

%75
%19
%0
%0

Triadic Colors of #40cefe

#40cefe #fe40ce #cefe40

Analogous Colors of #40cefe

#40cefe #406ffe #40fecf

Monochromatic Colors of #40cefe

#40cefe

Complementary Color

#40cefe #fe7040

#40cefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40cefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#40cefe Color CSS Codes

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

#40cefe Text Font Color

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

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


#40cefe Background Color

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

This div background color is #40cefe


#40cefe Border Color

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

This div border color is #40cefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40cefe


Comments

No comments written yet.

Please login to write comment.