Color Hex Logo

#40ffe4 Color Hex

#40FFE4
(64,255,228)
0 Favorites   0 Comments

Color spaces of #40ffe4

RGB 64255228
HSL0.481.000.63
HSV172°75°100°
CMYK 0.750.000.11   0.00
XYZ51.877978.211485.7609
Yxy78.21140.24030.3623
Hunter Lab88.4372-50.05574.4103
CIE-Lab90.8763-52.0552-0.4332

#40ffe4 color RGB value is (64,255,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 11111111 11100100
Octal 100 377 344
Decimal 64 255 228
Hex 40 FF E4

RGB Percentages of Color #40ffe4

%11.70
%46.62
%41.68

CMYK Percentages of Color #40ffe4

%75
%0
%11
%0

Triadic Colors of #40ffe4

#40ffe4 #e440ff #ffe440

Analogous Colors of #40ffe4

#40ffe4 #40bbff #40ff85

Monochromatic Colors of #40ffe4

#40ffe4

Complementary Color

#40ffe4 #ff405b

#40ffe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40ffe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#40ffe4 Color CSS Codes

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

#40ffe4 Text Font Color

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

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


#40ffe4 Background Color

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

This div background color is #40ffe4


#40ffe4 Border Color

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

This div border color is #40ffe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40ffe4

Related Colors


Comments

No comments written yet.

Please login to write comment.