Color Hex Logo

#40c4ee Color Hex

#40C4EE
(64,196,238)
0 Favorites   0 Comments

Color spaces of #40c4ee

RGB 64196238
HSL0.540.840.59
HSV194°73°93°
CMYK 0.730.180.00   0.07
XYZ37.286946.742987.9460
Yxy46.74290.21680.2718
Hunter Lab68.3688-22.2952-28.4094
CIE-Lab74.0250-22.0151-31.0426

#40c4ee color RGB value is (64,196,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 11000100 11101110
Octal 100 304 356
Decimal 64 196 238
Hex 40 C4 EE

RGB Percentages of Color #40c4ee

%12.85
%39.36
%47.79

CMYK Percentages of Color #40c4ee

%73
%18
%0
%7

Triadic Colors of #40c4ee

#40c4ee #ee40c4 #c4ee40

Analogous Colors of #40c4ee

#40c4ee #406dee #40eec1

Monochromatic Colors of #40c4ee

#40c4ee

Complementary Color

#40c4ee #ee6a40

#40c4ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40c4ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#40c4ee Color CSS Codes

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

#40c4ee Text Font Color

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

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


#40c4ee Background Color

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

This div background color is #40c4ee


#40c4ee Border Color

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

This div border color is #40c4ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40c4ee


Comments

No comments written yet.

Please login to write comment.