Color Hex Logo

#41acae Color Hex

#41ACAE
(65,172,174)
0 Favorites   0 Comments

Color spaces of #41acae

RGB 65172174
HSL0.500.460.47
HSV181°63°68°
CMYK 0.630.010.00   0.32
XYZ24.572533.684945.2511
Yxy33.68490.23740.3254
Hunter Lab58.0387-25.9941-5.5996
CIE-Lab64.7117-29.3725-10.0938

#41acae color RGB value is (65,172,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10101100 10101110
Octal 101 254 256
Decimal 65 172 174
Hex 41 AC AE

RGB Percentages of Color #41acae

%15.82
%41.85
%42.34

CMYK Percentages of Color #41acae

%63
%1
%0
%32

Triadic Colors of #41acae

#41acae #ae41ac #acae41

Analogous Colors of #41acae

#41acae #4176ae #41ae7a

Monochromatic Colors of #41acae

#41acae

Complementary Color

#41acae #ae4341

#41acae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41acae Color Preview on White Background

Lorem ipsum dolor sit amet.

#41acae Color CSS Codes

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

#41acae Text Font Color

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

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


#41acae Background Color

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

This div background color is #41acae


#41acae Border Color

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

This div border color is #41acae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41acae


Comments

No comments written yet.

Please login to write comment.