Color Hex Logo

#40dcea Color Hex

#40DCEA
(64,220,234)
0 Favorites   0 Comments

Color spaces of #40dcea

RGB 64220234
HSL0.510.800.58
HSV185°73°92°
CMYK 0.730.060.00   0.08
XYZ42.558858.216986.8358
Yxy58.21690.22680.3103
Hunter Lab76.3000-33.9608-14.0670
CIE-Lab80.8592-34.9771-18.4724

#40dcea color RGB value is (64,220,234).

#40dcea hex color red value is 64, green value is 220 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #40dcea hue: 0.51 , saturation: 0.80 and the lightness value of 40dcea is 0.58.

The process color (four color CMYK) of #40dcea color hex is 0.73, 0.06, 0.00, 0.08. Web safe color of #40dcea is #33ccff. Color #40dcea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 11011100 11101010
Octal 100 334 352
Decimal 64 220 234
Hex 40 DC EA

RGB Percentages of Color #40dcea

%12.36
%42.47
%45.17

CMYK Percentages of Color #40dcea

%73
%6
%0
%8

Triadic Colors of #40dcea

#40dcea #ea40dc #dcea40

Analogous Colors of #40dcea

#40dcea #4087ea #40eaa3

Monochromatic Colors of #40dcea

#40dcea

Complementary Color

#40dcea #ea4e40

#40dcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40dcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#40dcea Color CSS Codes

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

#40dcea Text Font Color

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

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


#40dcea Background Color

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

This div background color is #40dcea


#40dcea Border Color

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

This div border color is #40dcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40dcea


Comments

No comments written yet.

Please login to write comment.