Color Hex Logo

#41cccb Color Hex

#41CCCB
(65,204,203)
0 Favorites   0 Comments

Color spaces of #41cccb

RGB 65204203
HSL0.500.580.53
HSV180°68°80°
CMYK 0.680.000.00   0.20
XYZ34.552348.621364.0637
Yxy48.62130.23470.3302
Hunter Lab69.7290-33.5749-5.6626
CIE-Lab75.2151-36.3210-10.3222

#41cccb color RGB value is (65,204,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 11001100 11001011
Octal 101 314 313
Decimal 65 204 203
Hex 41 CC CB

RGB Percentages of Color #41cccb

%13.77
%43.22
%43.01

CMYK Percentages of Color #41cccb

%68
%0
%0
%20

Triadic Colors of #41cccb

#41cccb #cb41cc #cccb41

Analogous Colors of #41cccb

#41cccb #4188cc #41cc86

Monochromatic Colors of #41cccb

#41cccb

Complementary Color

#41cccb #cc4142

#41cccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41cccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#41cccb Color CSS Codes

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

#41cccb Text Font Color

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

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


#41cccb Background Color

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

This div background color is #41cccb


#41cccb Border Color

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

This div border color is #41cccb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,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 #41cccb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41cccb


Comments

No comments written yet.

Please login to write comment.