Color Hex Logo

#41acaf Color Hex

#41ACAF
(65,172,175)
0 Favorites   0 Comments

Color spaces of #41acaf

RGB 65172175
HSL0.500.460.47
HSV182°63°69°
CMYK 0.630.020.00   0.31
XYZ24.670433.724045.7666
Yxy33.72400.23680.3238
Hunter Lab58.0724-25.7960-6.0756
CIE-Lab64.7429-29.0846-10.6046

#41acaf color RGB value is (65,172,175).

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

The process color (four color CMYK) of #41acaf color hex is 0.63, 0.02, 0.00, 0.31. Web safe color of #41acaf is #339999. Color #41acaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10101100 10101111
Octal 101 254 257
Decimal 65 172 175
Hex 41 AC AF

RGB Percentages of Color #41acaf

%15.78
%41.75
%42.48

CMYK Percentages of Color #41acaf

%63
%2
%0
%31

Triadic Colors of #41acaf

#41acaf #af41ac #acaf41

Analogous Colors of #41acaf

#41acaf #4175af #41af7b

Monochromatic Colors of #41acaf

#41acaf

Complementary Color

#41acaf #af4441

#41acaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41acaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#41acaf Color CSS Codes

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

#41acaf Text Font Color

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

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


#41acaf Background Color

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

This div background color is #41acaf


#41acaf Border Color

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

This div border color is #41acaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41acaf


Comments

No comments written yet.

Please login to write comment.