Color Hex Logo

#41cbaf Color Hex

#41CBAF
(65,203,175)
0 Favorites   0 Comments

Color spaces of #41cbaf

RGB 65203175
HSL0.470.570.53
HSV168°68°80°
CMYK 0.680.000.14   0.20
XYZ31.273846.930847.9677
Yxy46.93080.24790.3720
Hunter Lab68.5061-38.39836.4396
CIE-Lab74.1455-43.37403.2425

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 11001011 10101111
Octal 101 313 257
Decimal 65 203 175
Hex 41 CB AF

RGB Percentages of Color #41cbaf

%14.67
%45.82
%39.50

CMYK Percentages of Color #41cbaf

%68
%0
%14
%20

Triadic Colors of #41cbaf

#41cbaf #af41cb #cbaf41

Analogous Colors of #41cbaf

#41cbaf #41a2cb #41cb6a

Monochromatic Colors of #41cbaf

#41cbaf

Complementary Color

#41cbaf #cb415d

#41cbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41cbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#41cbaf Color CSS Codes

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

#41cbaf Text Font Color

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

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


#41cbaf Background Color

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

This div background color is #41cbaf


#41cbaf Border Color

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

This div border color is #41cbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41cbaf


Comments

No comments written yet.

Please login to write comment.