Color Hex Logo

#41acad Color Hex

#41ACAD
(65,172,173)
0 Favorites   0 Comments

Color spaces of #41acad

RGB 65172173
HSL0.500.450.47
HSV181°62°68°
CMYK 0.620.010.00   0.32
XYZ24.475333.646044.7395
Yxy33.64600.23790.3271
Hunter Lab58.0052-26.1909-5.1269
CIE-Lab64.6806-29.6591-9.5827

#41acad color RGB value is (65,172,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10101100 10101101
Octal 101 254 255
Decimal 65 172 173
Hex 41 AC AD

RGB Percentages of Color #41acad

%15.85
%41.95
%42.20

CMYK Percentages of Color #41acad

%62
%1
%0
%32

Triadic Colors of #41acad

#41acad #ad41ac #acad41

Analogous Colors of #41acad

#41acad #4176ad #41ad78

Monochromatic Colors of #41acad

#41acad

Complementary Color

#41acad #ad4241

#41acad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41acad Color Preview on White Background

Lorem ipsum dolor sit amet.

#41acad Color CSS Codes

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

#41acad Text Font Color

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

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


#41acad Background Color

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

This div background color is #41acad


#41acad Border Color

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

This div border color is #41acad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41acad


Comments

No comments written yet.

Please login to write comment.