Color Hex Logo

#40adca Color Hex

#40ADCA
(64,173,202)
0 Favorites   0 Comments

Color spaces of #40adca

RGB 64173202
HSL0.540.570.52
HSV193°68°79°
CMYK 0.680.140.00   0.21
XYZ27.718635.241461.2185
Yxy35.24140.22320.2838
Hunter Lab59.3645-20.5422-19.5866
CIE-Lab65.9362-21.5988-23.8018

#40adca color RGB value is (64,173,202).

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

The process color (four color CMYK) of #40adca color hex is 0.68, 0.14, 0.00, 0.21. Web safe color of #40adca is #3399cc. Color #40adca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101101 11001010
Octal 100 255 312
Decimal 64 173 202
Hex 40 AD CA

RGB Percentages of Color #40adca

%14.58
%39.41
%46.01

CMYK Percentages of Color #40adca

%68
%14
%0
%21

Triadic Colors of #40adca

#40adca #ca40ad #adca40

Analogous Colors of #40adca

#40adca #4068ca #40caa2

Monochromatic Colors of #40adca

#40adca

Complementary Color

#40adca #ca5d40

#40adca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40adca Color Preview on White Background

Lorem ipsum dolor sit amet.

#40adca Color CSS Codes

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

#40adca Text Font Color

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

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


#40adca Background Color

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

This div background color is #40adca


#40adca Border Color

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

This div border color is #40adca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40adca


Comments

No comments written yet.

Please login to write comment.