Color Hex Logo

#41bfaa Color Hex

#41BFAA
(65,191,170)
0 Favorites   0 Comments

Color spaces of #41bfaa

RGB 65191170
HSL0.470.500.50
HSV170°66°75°
CMYK 0.660.000.11   0.25
XYZ28.066541.287744.5203
Yxy41.28770.24650.3626
Hunter Lab64.2555-34.47923.8990
CIE-Lab70.3770-39.35890.4819

#41bfaa color RGB value is (65,191,170).

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

The process color (four color CMYK) of #41bfaa color hex is 0.66, 0.00, 0.11, 0.25. Web safe color of #41bfaa is #33cc99. Color #41bfaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10111111 10101010
Octal 101 277 252
Decimal 65 191 170
Hex 41 BF AA

RGB Percentages of Color #41bfaa

%15.26
%44.84
%39.91

CMYK Percentages of Color #41bfaa

%66
%0
%11
%25

Triadic Colors of #41bfaa

#41bfaa #aa41bf #bfaa41

Analogous Colors of #41bfaa

#41bfaa #4195bf #41bf6b

Monochromatic Colors of #41bfaa

#41bfaa

Complementary Color

#41bfaa #bf4156

#41bfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41bfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#41bfaa Color CSS Codes

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

#41bfaa Text Font Color

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

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


#41bfaa Background Color

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

This div background color is #41bfaa


#41bfaa Border Color

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

This div border color is #41bfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41bfaa


Comments

No comments written yet.

Please login to write comment.