Color Hex Logo

#40dfcc Color Hex

#40DFCC
(64,223,204)
0 Favorites   0 Comments

Color spaces of #40dfcc

RGB 64223204
HSL0.480.710.56
HSV173°71°87°
CMYK 0.710.000.09   0.13
XYZ39.401158.225066.2886
Yxy58.22500.24040.3552
Hunter Lab76.3053-41.36381.9068
CIE-Lab80.8637-44.7011-2.5013

#40dfcc color RGB value is (64,223,204).

#40dfcc hex color red value is 64, green value is 223 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #40dfcc hue: 0.48 , saturation: 0.71 and the lightness value of 40dfcc is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 11011111 11001100
Octal 100 337 314
Decimal 64 223 204
Hex 40 DF CC

RGB Percentages of Color #40dfcc

%13.03
%45.42
%41.55

CMYK Percentages of Color #40dfcc

%71
%0
%9
%13

Triadic Colors of #40dfcc

#40dfcc #cc40df #dfcc40

Analogous Colors of #40dfcc

#40dfcc #40a3df #40df7d

Monochromatic Colors of #40dfcc

#40dfcc

Complementary Color

#40dfcc #df4053

#40dfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40dfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#40dfcc Color CSS Codes

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

#40dfcc Text Font Color

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

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


#40dfcc Background Color

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

This div background color is #40dfcc


#40dfcc Border Color

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

This div border color is #40dfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40dfcc


Comments

No comments written yet.

Please login to write comment.