Color Hex Logo

#40cbef Color Hex

#40CBEF
(64,203,239)
0 Favorites   0 Comments

Color spaces of #40cbef

RGB 64203239
HSL0.530.850.59
HSV192°73°94°
CMYK 0.730.150.00   0.06
XYZ39.050350.033989.2607
Yxy50.03390.21900.2805
Hunter Lab70.7346-25.2416-25.3043
CIE-Lab76.0901-25.2347-28.4057

#40cbef color RGB value is (64,203,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 11001011 11101111
Octal 100 313 357
Decimal 64 203 239
Hex 40 CB EF

RGB Percentages of Color #40cbef

%12.65
%40.12
%47.23

CMYK Percentages of Color #40cbef

%73
%15
%0
%6

Triadic Colors of #40cbef

#40cbef #ef40cb #cbef40

Analogous Colors of #40cbef

#40cbef #4074ef #40efbc

Monochromatic Colors of #40cbef

#40cbef

Complementary Color

#40cbef #ef6440

#40cbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40cbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#40cbef Color CSS Codes

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

#40cbef Text Font Color

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

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


#40cbef Background Color

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

This div background color is #40cbef


#40cbef Border Color

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

This div border color is #40cbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40cbef


Comments

No comments written yet.

Please login to write comment.