Color Hex Logo

#40cbbd Color Hex

#40CBBD
(64,203,189)
0 Favorites   0 Comments

Color spaces of #40cbbd

RGB 64203189
HSL0.480.570.52
HSV174°68°80°
CMYK 0.680.000.07   0.20
XYZ32.655647.476055.5868
Yxy47.47600.24060.3498
Hunter Lab68.9028-35.98220.4003
CIE-Lab74.4932-39.8621-3.8228

#40cbbd color RGB value is (64,203,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 11001011 10111101
Octal 100 313 275
Decimal 64 203 189
Hex 40 CB BD

RGB Percentages of Color #40cbbd

%14.04
%44.52
%41.45

CMYK Percentages of Color #40cbbd

%68
%0
%7
%20

Triadic Colors of #40cbbd

#40cbbd #bd40cb #cbbd40

Analogous Colors of #40cbbd

#40cbbd #4094cb #40cb78

Monochromatic Colors of #40cbbd

#40cbbd

Complementary Color

#40cbbd #cb404e

#40cbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40cbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#40cbbd Color CSS Codes

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

#40cbbd Text Font Color

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

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


#40cbbd Background Color

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

This div background color is #40cbbd


#40cbbd Border Color

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

This div border color is #40cbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40cbbd


Comments

No comments written yet.

Please login to write comment.