Color Hex Logo

#40dbcb Color Hex

#40DBCB
(64,219,203)
0 Favorites   0 Comments

Color spaces of #40dbcb

RGB 64219203
HSL0.480.680.55
HSV174°71°86°
CMYK 0.710.000.07   0.14
XYZ38.225456.064865.3068
Yxy56.06480.23950.3513
Hunter Lab74.8764-39.90720.7011
CIE-Lab79.6507-43.2182-3.7518

#40dbcb color RGB value is (64,219,203).

#40dbcb hex color red value is 64, green value is 219 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #40dbcb hue: 0.48 , saturation: 0.68 and the lightness value of 40dbcb is 0.55.

The process color (four color CMYK) of #40dbcb color hex is 0.71, 0.00, 0.07, 0.14. Web safe color of #40dbcb is #33cccc. Color #40dbcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 11011011 11001011
Octal 100 333 313
Decimal 64 219 203
Hex 40 DB CB

RGB Percentages of Color #40dbcb

%13.17
%45.06
%41.77

CMYK Percentages of Color #40dbcb

%71
%0
%7
%14

Triadic Colors of #40dbcb

#40dbcb #cb40db #dbcb40

Analogous Colors of #40dbcb

#40dbcb #409edb #40db7e

Monochromatic Colors of #40dbcb

#40dbcb

Complementary Color

#40dbcb #db4050

#40dbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40dbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#40dbcb Color CSS Codes

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

#40dbcb Text Font Color

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

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


#40dbcb Background Color

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

This div background color is #40dbcb


#40dbcb Border Color

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

This div border color is #40dbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40dbcb


Comments

No comments written yet.

Please login to write comment.