Color Hex Logo

#40c1df Color Hex

#40C1DF
(64,193,223)
0 Favorites   0 Comments

Color spaces of #40c1df

RGB 64193223
HSL0.530.710.56
HSV191°71°87°
CMYK 0.710.130.00   0.13
XYZ34.503644.557676.5940
Yxy44.55760.22170.2863
Hunter Lab66.7515-24.5491-21.3063
CIE-Lab72.5996-25.2150-25.1143

#40c1df color RGB value is (64,193,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 11000001 11011111
Octal 100 301 337
Decimal 64 193 223
Hex 40 C1 DF

RGB Percentages of Color #40c1df

%13.33
%40.21
%46.46

CMYK Percentages of Color #40c1df

%71
%13
%0
%13

Triadic Colors of #40c1df

#40c1df #df40c1 #c1df40

Analogous Colors of #40c1df

#40c1df #4072df #40dfae

Monochromatic Colors of #40c1df

#40c1df

Complementary Color

#40c1df #df5e40

#40c1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40c1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#40c1df Color CSS Codes

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

#40c1df Text Font Color

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

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


#40c1df Background Color

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

This div background color is #40c1df


#40c1df Border Color

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

This div border color is #40c1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40c1df


Comments

No comments written yet.

Please login to write comment.