Color Hex Logo

#40ffce Color Hex

#40FFCE
(64,255,206)
0 Favorites   0 Comments

Color spaces of #40ffce

RGB 64255206
HSL0.461.000.63
HSV165°75°100°
CMYK 0.750.000.19   0.00
XYZ49.014977.066270.6844
Yxy77.06620.24910.3917
Hunter Lab87.7874-53.964813.7122
CIE-Lab90.3521-57.455210.1909

#40ffce color RGB value is (64,255,206).

#40ffce hex color red value is 64, green value is 255 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #40ffce hue: 0.46 , saturation: 1.00 and the lightness value of 40ffce is 0.63.

The process color (four color CMYK) of #40ffce color hex is 0.75, 0.00, 0.19, 0.00. Web safe color of #40ffce is #33ffcc. Color #40ffce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 11111111 11001110
Octal 100 377 316
Decimal 64 255 206
Hex 40 FF CE

RGB Percentages of Color #40ffce

%12.19
%48.57
%39.24

CMYK Percentages of Color #40ffce

%75
%0
%19
%0

Triadic Colors of #40ffce

#40ffce #ce40ff #ffce40

Analogous Colors of #40ffce

#40ffce #40d1ff #40ff6f

Monochromatic Colors of #40ffce

#40ffce

Complementary Color

#40ffce #ff4071

#40ffce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40ffce Color Preview on White Background

Lorem ipsum dolor sit amet.

#40ffce Color CSS Codes

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

#40ffce Text Font Color

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

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


#40ffce Background Color

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

This div background color is #40ffce


#40ffce Border Color

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

This div border color is #40ffce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40ffce

Related Colors


Comments

No comments written yet.

Please login to write comment.