Color Hex Logo

#40c6df Color Hex

#40C6DF
(64,198,223)
0 Favorites   0 Comments

Color spaces of #40c6df

RGB 64198223
HSL0.530.710.56
HSV189°71°87°
CMYK 0.710.110.00   0.13
XYZ35.627746.805976.9687
Yxy46.80590.22350.2936
Hunter Lab68.4148-26.7703-18.8126
CIE-Lab74.0654-27.7011-22.8766

#40c6df color RGB value is (64,198,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 11000110 11011111
Octal 100 306 337
Decimal 64 198 223
Hex 40 C6 DF

RGB Percentages of Color #40c6df

%13.20
%40.82
%45.98

CMYK Percentages of Color #40c6df

%71
%11
%0
%13

Triadic Colors of #40c6df

#40c6df #df40c6 #c6df40

Analogous Colors of #40c6df

#40c6df #4077df #40dfa9

Monochromatic Colors of #40c6df

#40c6df

Complementary Color

#40c6df #df5940

#40c6df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40c6df Color Preview on White Background

Lorem ipsum dolor sit amet.

#40c6df Color CSS Codes

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

#40c6df Text Font Color

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

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


#40c6df Background Color

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

This div background color is #40c6df


#40c6df Border Color

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

This div border color is #40c6df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40c6df


Comments

No comments written yet.

Please login to write comment.