Color Hex Logo

#40cceb Color Hex

#40CCEB
(64,204,235)
0 Favorites   0 Comments

Color spaces of #40cceb

RGB 64204235
HSL0.530.810.59
HSV191°73°92°
CMYK 0.730.130.00   0.08
XYZ38.702650.273986.2612
Yxy50.27390.22090.2869
Hunter Lab70.9041-26.6489-22.4988
CIE-Lab76.2371-26.9749-26.0317

#40cceb color RGB value is (64,204,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 11001100 11101011
Octal 100 314 353
Decimal 64 204 235
Hex 40 CC EB

RGB Percentages of Color #40cceb

%12.72
%40.56
%46.72

CMYK Percentages of Color #40cceb

%73
%13
%0
%8

Triadic Colors of #40cceb

#40cceb #eb40cc #cceb40

Analogous Colors of #40cceb

#40cceb #4077eb #40ebb5

Monochromatic Colors of #40cceb

#40cceb

Complementary Color

#40cceb #eb5f40

#40cceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40cceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#40cceb Color CSS Codes

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

#40cceb Text Font Color

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

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


#40cceb Background Color

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

This div background color is #40cceb


#40cceb Border Color

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

This div border color is #40cceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40cceb


Comments

No comments written yet.

Please login to write comment.