Color Hex Logo

#41cbcb Color Hex

#41CBCB
(65,203,203)
0 Favorites   0 Comments

Color spaces of #41cbcb

RGB 65203203
HSL0.500.570.53
HSV180°68°80°
CMYK 0.680.000.00   0.20
XYZ34.315448.147563.9847
Yxy48.14750.23430.3288
Hunter Lab69.3884-33.1542-6.1008
CIE-Lab74.9179-35.8571-10.7658

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 11001011 11001011
Octal 101 313 313
Decimal 65 203 203
Hex 41 CB CB

RGB Percentages of Color #41cbcb

%13.80
%43.10
%43.10

CMYK Percentages of Color #41cbcb

%68
%0
%0
%20

Triadic Colors of #41cbcb

#41cbcb #cb41cb #cbcb41

Analogous Colors of #41cbcb

#41cbcb #4186cb #41cb86

Monochromatic Colors of #41cbcb

#41cbcb

Complementary Color

#41cbcb #cb4141

#41cbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41cbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#41cbcb Color CSS Codes

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

#41cbcb Text Font Color

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

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


#41cbcb Background Color

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

This div background color is #41cbcb


#41cbcb Border Color

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

This div border color is #41cbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41cbcb


Comments

No comments written yet.

Please login to write comment.