Color Hex Logo

#41bebb Color Hex

#41BEBB
(65,190,187)
0 Favorites   0 Comments

Color spaces of #41bebb

RGB 65190187
HSL0.500.490.50
HSV179°66°75°
CMYK 0.660.000.02   0.25
XYZ29.563141.538653.4733
Yxy41.53860.23730.3334
Hunter Lab64.4504-30.9112-4.0765
CIE-Lab70.5516-34.2956-8.5665

#41bebb color RGB value is (65,190,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10111110 10111011
Octal 101 276 273
Decimal 65 190 187
Hex 41 BE BB

RGB Percentages of Color #41bebb

%14.71
%42.99
%42.31

CMYK Percentages of Color #41bebb

%66
%0
%2
%25

Triadic Colors of #41bebb

#41bebb #bb41be #bebb41

Analogous Colors of #41bebb

#41bebb #4183be #41be7d

Monochromatic Colors of #41bebb

#41bebb

Complementary Color

#41bebb #be4144

#41bebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41bebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#41bebb Color CSS Codes

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

#41bebb Text Font Color

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

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


#41bebb Background Color

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

This div background color is #41bebb


#41bebb Border Color

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

This div border color is #41bebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41bebb


Comments

No comments written yet.

Please login to write comment.