Color Hex Logo

#41baa1 Color Hex

#41BAA1
(65,186,161)
0 Favorites   0 Comments

Color spaces of #41baa1

RGB 65186161
HSL0.470.480.49
HSV168°65°73°
CMYK 0.650.000.13   0.27
XYZ26.171938.814839.8308
Yxy38.81480.24970.3703
Hunter Lab62.3015-34.04265.7056
CIE-Lab68.6169-39.43932.8538

#41baa1 color RGB value is (65,186,161).

#41baa1 hex color red value is 65, green value is 186 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #41baa1 hue: 0.47 , saturation: 0.48 and the lightness value of 41baa1 is 0.49.

The process color (four color CMYK) of #41baa1 color hex is 0.65, 0.00, 0.13, 0.27. Web safe color of #41baa1 is #33cc99. Color #41baa1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10111010 10100001
Octal 101 272 241
Decimal 65 186 161
Hex 41 BA A1

RGB Percentages of Color #41baa1

%15.78
%45.15
%39.08

CMYK Percentages of Color #41baa1

%65
%0
%13
%27

Triadic Colors of #41baa1

#41baa1 #a141ba #baa141

Analogous Colors of #41baa1

#41baa1 #4197ba #41ba65

Monochromatic Colors of #41baa1

#41baa1

Complementary Color

#41baa1 #ba415a

#41baa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41baa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#41baa1 Color CSS Codes

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

#41baa1 Text Font Color

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

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


#41baa1 Background Color

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

This div background color is #41baa1


#41baa1 Border Color

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

This div border color is #41baa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41baa1


Comments

No comments written yet.

Please login to write comment.