Color Hex Logo

#40dfce Color Hex

#40DFCE
(64,223,206)
0 Favorites   0 Comments

Color spaces of #40dfce

RGB 64223206
HSL0.480.710.56
HSV174°71°87°
CMYK 0.710.000.08   0.13
XYZ39.642658.321667.5603
Yxy58.32160.23950.3523
Hunter Lab76.3686-40.98641.0065
CIE-Lab80.9173-44.1717-3.4861

#40dfce color RGB value is (64,223,206).

#40dfce hex color red value is 64, green value is 223 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #40dfce hue: 0.48 , saturation: 0.71 and the lightness value of 40dfce is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 11011111 11001110
Octal 100 337 316
Decimal 64 223 206
Hex 40 DF CE

RGB Percentages of Color #40dfce

%12.98
%45.23
%41.78

CMYK Percentages of Color #40dfce

%71
%0
%8
%13

Triadic Colors of #40dfce

#40dfce #ce40df #dfce40

Analogous Colors of #40dfce

#40dfce #40a1df #40df7f

Monochromatic Colors of #40dfce

#40dfce

Complementary Color

#40dfce #df4051

#40dfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40dfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#40dfce Color CSS Codes

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

#40dfce Text Font Color

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

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


#40dfce Background Color

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

This div background color is #40dfce


#40dfce Border Color

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

This div border color is #40dfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40dfce


Comments

No comments written yet.

Please login to write comment.