Color Hex Logo

#40ebda Color Hex

#40EBDA
(64,235,218)
0 Favorites   0 Comments

Color spaces of #40ebda

RGB 64235218
HSL0.480.810.59
HSV174°73°92°
CMYK 0.730.000.07   0.08
XYZ44.477665.568676.6415
Yxy65.56860.23820.3512
Hunter Lab80.9744-43.65890.5647
CIE-Lab84.7759-46.1948-4.1575

#40ebda color RGB value is (64,235,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 11101011 11011010
Octal 100 353 332
Decimal 64 235 218
Hex 40 EB DA

RGB Percentages of Color #40ebda

%12.38
%45.45
%42.17

CMYK Percentages of Color #40ebda

%73
%0
%7
%8

Triadic Colors of #40ebda

#40ebda #da40eb #ebda40

Analogous Colors of #40ebda

#40ebda #40a7eb #40eb85

Monochromatic Colors of #40ebda

#40ebda

Complementary Color

#40ebda #eb4051

#40ebda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40ebda Color Preview on White Background

Lorem ipsum dolor sit amet.

#40ebda Color CSS Codes

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

#40ebda Text Font Color

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

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


#40ebda Background Color

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

This div background color is #40ebda


#40ebda Border Color

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

This div border color is #40ebda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40ebda


Comments

No comments written yet.

Please login to write comment.