Color Hex Logo

#40caee Color Hex

#40CAEE
(64,202,238)
1 Favorites   0 Comments

Color spaces of #40caee

RGB 64202238
HSL0.530.840.59
HSV192°73°93°
CMYK 0.730.150.00   0.07
XYZ38.667549.504188.4062
Yxy49.50410.21900.2804
Hunter Lab70.3592-25.0297-25.2464
CIE-Lab75.7639-25.0473-28.3689

#40caee color RGB value is (64,202,238).

#40caee hex color red value is 64, green value is 202 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #40caee hue: 0.53 , saturation: 0.84 and the lightness value of 40caee is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 11001010 11101110
Octal 100 312 356
Decimal 64 202 238
Hex 40 CA EE

RGB Percentages of Color #40caee

%12.70
%40.08
%47.22

CMYK Percentages of Color #40caee

%73
%15
%0
%7

Triadic Colors of #40caee

#40caee #ee40ca #caee40

Analogous Colors of #40caee

#40caee #4073ee #40eebb

Monochromatic Colors of #40caee

#40caee

Complementary Color

#40caee #ee6440

#40caee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40caee Color Preview on White Background

Lorem ipsum dolor sit amet.

#40caee Color CSS Codes

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

#40caee Text Font Color

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

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


#40caee Background Color

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

This div background color is #40caee


#40caee Border Color

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

This div border color is #40caee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40caee


Comments

No comments written yet.

Please login to write comment.