Color Hex Logo

#41acbd Color Hex

#41ACBD
(65,172,189)
0 Favorites   0 Comments

Color spaces of #41acbd

RGB 65172189
HSL0.520.490.50
HSV188°66°74°
CMYK 0.660.090.00   0.26
XYZ26.117834.303053.3887
Yxy34.30300.22950.3014
Hunter Lab58.5688-22.8961-13.0480
CIE-Lab65.2024-24.9458-17.7061

#41acbd color RGB value is (65,172,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10101100 10111101
Octal 101 254 275
Decimal 65 172 189
Hex 41 AC BD

RGB Percentages of Color #41acbd

%15.26
%40.38
%44.37

CMYK Percentages of Color #41acbd

%66
%9
%0
%26

Triadic Colors of #41acbd

#41acbd #bd41ac #acbd41

Analogous Colors of #41acbd

#41acbd #416ebd #41bd90

Monochromatic Colors of #41acbd

#41acbd

Complementary Color

#41acbd #bd5241

#41acbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41acbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#41acbd Color CSS Codes

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

#41acbd Text Font Color

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

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


#41acbd Background Color

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

This div background color is #41acbd


#41acbd Border Color

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

This div border color is #41acbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41acbd


Comments

No comments written yet.

Please login to write comment.