Color Hex Logo

#41abad Color Hex

#41ABAD
(65,171,173)
0 Favorites   0 Comments

Color spaces of #41abad

RGB 65171173
HSL0.500.450.47
HSV181°62°68°
CMYK 0.620.010.00   0.32
XYZ24.285733.266844.6763
Yxy33.26680.23760.3254
Hunter Lab57.6774-25.7760-5.5513
CIE-Lab64.3764-29.1713-10.0373

#41abad color RGB value is (65,171,173).

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

The process color (four color CMYK) of #41abad color hex is 0.62, 0.01, 0.00, 0.32. Web safe color of #41abad is #339999. Color #41abad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10101011 10101101
Octal 101 253 255
Decimal 65 171 173
Hex 41 AB AD

RGB Percentages of Color #41abad

%15.89
%41.81
%42.30

CMYK Percentages of Color #41abad

%62
%1
%0
%32

Triadic Colors of #41abad

#41abad #ad41ab #abad41

Analogous Colors of #41abad

#41abad #4175ad #41ad79

Monochromatic Colors of #41abad

#41abad

Complementary Color

#41abad #ad4341

#41abad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41abad Color Preview on White Background

Lorem ipsum dolor sit amet.

#41abad Color CSS Codes

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

#41abad Text Font Color

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

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


#41abad Background Color

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

This div background color is #41abad


#41abad Border Color

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

This div border color is #41abad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,171,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 #41abad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41abad


Comments

No comments written yet.

Please login to write comment.