Color Hex Logo

#40ebbe Color Hex

#40EBBE
(64,235,190)
0 Favorites   0 Comments

Color spaces of #40ebbe

RGB 64235190
HSL0.460.810.59
HSV164°73°92°
CMYK 0.730.000.19   0.08
XYZ41.116964.224458.9447
Yxy64.22440.25030.3909
Hunter Lab80.1401-48.663612.4891
CIE-Lab84.0825-53.24019.5545

#40ebbe color RGB value is (64,235,190).

#40ebbe hex color red value is 64, green value is 235 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #40ebbe hue: 0.46 , saturation: 0.81 and the lightness value of 40ebbe is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 11101011 10111110
Octal 100 353 276
Decimal 64 235 190
Hex 40 EB BE

RGB Percentages of Color #40ebbe

%13.09
%48.06
%38.85

CMYK Percentages of Color #40ebbe

%73
%0
%19
%8

Triadic Colors of #40ebbe

#40ebbe #be40eb #ebbe40

Analogous Colors of #40ebbe

#40ebbe #40c3eb #40eb69

Monochromatic Colors of #40ebbe

#40ebbe

Complementary Color

#40ebbe #eb406d

#40ebbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40ebbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#40ebbe Color CSS Codes

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

#40ebbe Text Font Color

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

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


#40ebbe Background Color

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

This div background color is #40ebbe


#40ebbe Border Color

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

This div border color is #40ebbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40ebbe


Comments

No comments written yet.

Please login to write comment.