Color Hex Logo

#40bcea Color Hex

#40BCEA
(64,188,234)
0 Favorites   0 Comments

Color spaces of #40bcea

RGB 64188234
HSL0.550.800.58
HSV196°73°92°
CMYK 0.730.200.00   0.08
XYZ34.948942.996984.2991
Yxy42.99690.21540.2650
Hunter Lab65.5720-19.6132-30.3225
CIE-Lab71.5529-19.1752-32.6940

#40bcea color RGB value is (64,188,234).

#40bcea hex color red value is 64, green value is 188 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #40bcea hue: 0.55 , saturation: 0.80 and the lightness value of 40bcea is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10111100 11101010
Octal 100 274 352
Decimal 64 188 234
Hex 40 BC EA

RGB Percentages of Color #40bcea

%13.17
%38.68
%48.15

CMYK Percentages of Color #40bcea

%73
%20
%0
%8

Triadic Colors of #40bcea

#40bcea #ea40bc #bcea40

Analogous Colors of #40bcea

#40bcea #4067ea #40eac3

Monochromatic Colors of #40bcea

#40bcea

Complementary Color

#40bcea #ea6e40

#40bcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40bcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#40bcea Color CSS Codes

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

#40bcea Text Font Color

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

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


#40bcea Background Color

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

This div background color is #40bcea


#40bcea Border Color

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

This div border color is #40bcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40bcea


Comments

No comments written yet.

Please login to write comment.