Color Hex Logo

#40ccda Color Hex

#40CCDA
(64,204,218)
0 Favorites   0 Comments

Color spaces of #40ccda

RGB 64204218
HSL0.520.680.55
HSV185°71°85°
CMYK 0.710.060.00   0.15
XYZ36.362149.337773.9363
Yxy49.33770.22780.3091
Hunter Lab70.2408-30.5159-13.2408
CIE-Lab75.6609-32.1179-17.7546

#40ccda color RGB value is (64,204,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 11001100 11011010
Octal 100 314 332
Decimal 64 204 218
Hex 40 CC DA

RGB Percentages of Color #40ccda

%13.17
%41.98
%44.86

CMYK Percentages of Color #40ccda

%71
%6
%0
%15

Triadic Colors of #40ccda

#40ccda #da40cc #ccda40

Analogous Colors of #40ccda

#40ccda #407fda #40da9b

Monochromatic Colors of #40ccda

#40ccda

Complementary Color

#40ccda #da4e40

#40ccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40ccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#40ccda Color CSS Codes

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

#40ccda Text Font Color

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

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


#40ccda Background Color

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

This div background color is #40ccda


#40ccda Border Color

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

This div border color is #40ccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40ccda


Comments

No comments written yet.

Please login to write comment.