Color Hex Logo

#41baad Color Hex

#41BAAD
(65,186,173)
0 Favorites   0 Comments

Color spaces of #41baad

RGB 65186173
HSL0.480.480.49
HSV174°65°73°
CMYK 0.650.000.07   0.27
XYZ27.281739.258845.6750
Yxy39.25880.24310.3499
Hunter Lab62.6568-31.92800.6391
CIE-Lab68.9383-36.2904-3.2711

#41baad color RGB value is (65,186,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10111010 10101101
Octal 101 272 255
Decimal 65 186 173
Hex 41 BA AD

RGB Percentages of Color #41baad

%15.33
%43.87
%40.80

CMYK Percentages of Color #41baad

%65
%0
%7
%27

Triadic Colors of #41baad

#41baad #ad41ba #baad41

Analogous Colors of #41baad

#41baad #418bba #41ba71

Monochromatic Colors of #41baad

#41baad

Complementary Color

#41baad #ba414e

#41baad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41baad Color Preview on White Background

Lorem ipsum dolor sit amet.

#41baad Color CSS Codes

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

#41baad Text Font Color

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

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


#41baad Background Color

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

This div background color is #41baad


#41baad Border Color

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

This div border color is #41baad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41baad


Comments

No comments written yet.

Please login to write comment.