Color Hex Logo

#40deef Color Hex

#40DEEF
(64,222,239)
0 Favorites   0 Comments

Color spaces of #40deef

RGB 64222239
HSL0.520.850.59
HSV186°73°94°
CMYK 0.730.070.00   0.06
XYZ43.815659.564590.8491
Yxy59.56450.22560.3067
Hunter Lab77.1780-33.7234-15.7678
CIE-Lab81.6009-34.4451-20.0081

#40deef color RGB value is (64,222,239).

#40deef hex color red value is 64, green value is 222 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #40deef hue: 0.52 , saturation: 0.85 and the lightness value of 40deef is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 11011110 11101111
Octal 100 336 357
Decimal 64 222 239
Hex 40 DE EF

RGB Percentages of Color #40deef

%12.19
%42.29
%45.52

CMYK Percentages of Color #40deef

%73
%7
%0
%6

Triadic Colors of #40deef

#40deef #ef40de #deef40

Analogous Colors of #40deef

#40deef #4087ef #40efa9

Monochromatic Colors of #40deef

#40deef

Complementary Color

#40deef #ef5140

#40deef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40deef Color Preview on White Background

Lorem ipsum dolor sit amet.

#40deef Color CSS Codes

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

#40deef Text Font Color

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

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


#40deef Background Color

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

This div background color is #40deef


#40deef Border Color

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

This div border color is #40deef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40deef


Comments

No comments written yet.

Please login to write comment.