Color Hex Logo

#40cccb Color Hex

#40CCCB
(64,204,203)
0 Favorites   0 Comments

Color spaces of #40cccb

RGB 64204203
HSL0.500.580.53
HSV180°69°80°
CMYK 0.690.000.00   0.20
XYZ34.486748.587564.0606
Yxy48.58750.23440.3302
Hunter Lab69.7047-33.6697-5.6959
CIE-Lab75.1940-36.4558-10.3560

#40cccb color RGB value is (64,204,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 11001100 11001011
Octal 100 314 313
Decimal 64 204 203
Hex 40 CC CB

RGB Percentages of Color #40cccb

%13.59
%43.31
%43.10

CMYK Percentages of Color #40cccb

%69
%0
%0
%20

Triadic Colors of #40cccb

#40cccb #cb40cc #cccb40

Analogous Colors of #40cccb

#40cccb #4087cc #40cc85

Monochromatic Colors of #40cccb

#40cccb

Complementary Color

#40cccb #cc4041

#40cccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40cccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#40cccb Color CSS Codes

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

#40cccb Text Font Color

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

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


#40cccb Background Color

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

This div background color is #40cccb


#40cccb Border Color

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

This div border color is #40cccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40cccb


Comments

No comments written yet.

Please login to write comment.