Color Hex Logo

#40ccad Color Hex

#40CCAD
(64,204,173)
0 Favorites   0 Comments

Color spaces of #40ccad

RGB 64204173
HSL0.460.580.53
HSV167°69°80°
CMYK 0.690.000.15   0.20
XYZ31.250047.292947.0165
Yxy47.29290.24890.3767
Hunter Lab68.7698-39.23427.6035
CIE-Lab74.3767-44.45844.6539

#40ccad color RGB value is (64,204,173).

#40ccad hex color red value is 64, green value is 204 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #40ccad hue: 0.46 , saturation: 0.58 and the lightness value of 40ccad is 0.53.

The process color (four color CMYK) of #40ccad color hex is 0.69, 0.00, 0.15, 0.20. Web safe color of #40ccad is #33cc99. Color #40ccad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 11001100 10101101
Octal 100 314 255
Decimal 64 204 173
Hex 40 CC AD

RGB Percentages of Color #40ccad

%14.51
%46.26
%39.23

CMYK Percentages of Color #40ccad

%69
%0
%15
%20

Triadic Colors of #40ccad

#40ccad #ad40cc #ccad40

Analogous Colors of #40ccad

#40ccad #40a5cc #40cc67

Monochromatic Colors of #40ccad

#40ccad

Complementary Color

#40ccad #cc405f

#40ccad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40ccad Color Preview on White Background

Lorem ipsum dolor sit amet.

#40ccad Color CSS Codes

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

#40ccad Text Font Color

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

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


#40ccad Background Color

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

This div background color is #40ccad


#40ccad Border Color

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

This div border color is #40ccad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40ccad


Comments

No comments written yet.

Please login to write comment.