Color Hex Logo

#40cbce Color Hex

#40CBCE
(64,203,206)
0 Favorites   0 Comments

Color spaces of #40cbce

RGB 64203206
HSL0.500.590.53
HSV181°69°81°
CMYK 0.690.010.00   0.19
XYZ34.610948.258165.8831
Yxy48.25810.23270.3244
Hunter Lab69.4681-32.6355-7.6027
CIE-Lab74.9874-35.1379-12.2865

#40cbce color RGB value is (64,203,206).

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

The process color (four color CMYK) of #40cbce color hex is 0.69, 0.01, 0.00, 0.19. Web safe color of #40cbce is #33cccc. Color #40cbce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 11001011 11001110
Octal 100 313 316
Decimal 64 203 206
Hex 40 CB CE

RGB Percentages of Color #40cbce

%13.53
%42.92
%43.55

CMYK Percentages of Color #40cbce

%69
%1
%0
%19

Triadic Colors of #40cbce

#40cbce #ce40cb #cbce40

Analogous Colors of #40cbce

#40cbce #4084ce #40ce8a

Monochromatic Colors of #40cbce

#40cbce

Complementary Color

#40cbce #ce4340

#40cbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40cbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#40cbce Color CSS Codes

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

#40cbce Text Font Color

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

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


#40cbce Background Color

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

This div background color is #40cbce


#40cbce Border Color

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

This div border color is #40cbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40cbce


Comments

No comments written yet.

Please login to write comment.