Color Hex Logo

#41adbd Color Hex

#41ADBD
(65,173,189)
0 Favorites   0 Comments

Color spaces of #41adbd

RGB 65173189
HSL0.520.490.50
HSV188°66°74°
CMYK 0.660.080.00   0.26
XYZ26.308934.685153.4524
Yxy34.68510.22990.3031
Hunter Lab58.8941-23.3258-12.5859
CIE-Lab65.5028-25.4497-17.2509

#41adbd color RGB value is (65,173,189).

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

The process color (four color CMYK) of #41adbd color hex is 0.66, 0.08, 0.00, 0.26. Web safe color of #41adbd is #3399cc. Color #41adbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10101101 10111101
Octal 101 255 275
Decimal 65 173 189
Hex 41 AD BD

RGB Percentages of Color #41adbd

%15.22
%40.52
%44.26

CMYK Percentages of Color #41adbd

%66
%8
%0
%26

Triadic Colors of #41adbd

#41adbd #bd41ad #adbd41

Analogous Colors of #41adbd

#41adbd #416fbd #41bd8f

Monochromatic Colors of #41adbd

#41adbd

Complementary Color

#41adbd #bd5141

#41adbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41adbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#41adbd Color CSS Codes

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

#41adbd Text Font Color

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

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


#41adbd Background Color

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

This div background color is #41adbd


#41adbd Border Color

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

This div border color is #41adbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41adbd


Comments

No comments written yet.

Please login to write comment.