Color Hex Logo

#40ccdd Color Hex

#40CCDD
(64,204,221)
0 Favorites   0 Comments

Color spaces of #40ccdd

RGB 64204221
HSL0.520.700.56
HSV186°71°87°
CMYK 0.710.080.00   0.13
XYZ36.758449.496276.0230
Yxy49.49620.22650.3050
Hunter Lab70.3535-29.8558-14.8204
CIE-Lab75.7590-31.2267-19.2240

#40ccdd color RGB value is (64,204,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 11001100 11011101
Octal 100 314 335
Decimal 64 204 221
Hex 40 CC DD

RGB Percentages of Color #40ccdd

%13.09
%41.72
%45.19

CMYK Percentages of Color #40ccdd

%71
%8
%0
%13

Triadic Colors of #40ccdd

#40ccdd #dd40cc #ccdd40

Analogous Colors of #40ccdd

#40ccdd #407edd #40dda0

Monochromatic Colors of #40ccdd

#40ccdd

Complementary Color

#40ccdd #dd5140

#40ccdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40ccdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#40ccdd Color CSS Codes

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

#40ccdd Text Font Color

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

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


#40ccdd Background Color

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

This div background color is #40ccdd


#40ccdd Border Color

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

This div border color is #40ccdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40ccdd


Comments

No comments written yet.

Please login to write comment.