Color Hex Logo

#40bdca Color Hex

#40BDCA
(64,189,202)
0 Favorites   0 Comments

Color spaces of #40bdca

RGB 64189202
HSL0.520.570.52
HSV186°68°79°
CMYK 0.680.060.00   0.21
XYZ30.972641.749462.3031
Yxy41.74940.22940.3092
Hunter Lab64.6138-27.5102-11.9401
CIE-Lab70.6978-29.6251-16.5612

#40bdca color RGB value is (64,189,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10111101 11001010
Octal 100 275 312
Decimal 64 189 202
Hex 40 BD CA

RGB Percentages of Color #40bdca

%14.07
%41.54
%44.40

CMYK Percentages of Color #40bdca

%68
%6
%0
%21

Triadic Colors of #40bdca

#40bdca #ca40bd #bdca40

Analogous Colors of #40bdca

#40bdca #4078ca #40ca92

Monochromatic Colors of #40bdca

#40bdca

Complementary Color

#40bdca #ca4d40

#40bdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40bdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#40bdca Color CSS Codes

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

#40bdca Text Font Color

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

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


#40bdca Background Color

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

This div background color is #40bdca


#40bdca Border Color

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

This div border color is #40bdca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,189,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 #40bdca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40bdca


Comments

No comments written yet.

Please login to write comment.