Color Hex Logo

#40cebe Color Hex

#40CEBE
(64,206,190)
0 Favorites   0 Comments

Color spaces of #40cebe

RGB 64206190
HSL0.480.590.53
HSV173°69°81°
CMYK 0.690.000.08   0.19
XYZ33.479948.950356.3990
Yxy48.95030.24120.3526
Hunter Lab69.9645-37.02081.1809
CIE-Lab75.4204-40.9365-2.9989

#40cebe color RGB value is (64,206,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 11001110 10111110
Octal 100 316 276
Decimal 64 206 190
Hex 40 CE BE

RGB Percentages of Color #40cebe

%13.91
%44.78
%41.30

CMYK Percentages of Color #40cebe

%69
%0
%8
%19

Triadic Colors of #40cebe

#40cebe #be40ce #cebe40

Analogous Colors of #40cebe

#40cebe #4097ce #40ce77

Monochromatic Colors of #40cebe

#40cebe

Complementary Color

#40cebe #ce4050

#40cebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40cebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#40cebe Color CSS Codes

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

#40cebe Text Font Color

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

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


#40cebe Background Color

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

This div background color is #40cebe


#40cebe Border Color

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

This div border color is #40cebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40cebe


Comments

No comments written yet.

Please login to write comment.