Color Hex Logo

#41aead Color Hex

#41AEAD
(65,174,173)
0 Favorites   0 Comments

Color spaces of #41aead

RGB 65174173
HSL0.500.460.47
HSV179°63°68°
CMYK 0.630.000.01   0.32
XYZ24.858934.413144.8673
Yxy34.41310.23870.3305
Hunter Lab58.6627-27.0185-4.2832
CIE-Lab65.2892-30.6289-8.6750

#41aead color RGB value is (65,174,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10101110 10101101
Octal 101 256 255
Decimal 65 174 173
Hex 41 AE AD

RGB Percentages of Color #41aead

%15.78
%42.23
%41.99

CMYK Percentages of Color #41aead

%63
%0
%1
%32

Triadic Colors of #41aead

#41aead #ad41ae #aead41

Analogous Colors of #41aead

#41aead #4179ae #41ae77

Monochromatic Colors of #41aead

#41aead

Complementary Color

#41aead #ae4142

#41aead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41aead Color Preview on White Background

Lorem ipsum dolor sit amet.

#41aead Color CSS Codes

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

#41aead Text Font Color

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

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


#41aead Background Color

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

This div background color is #41aead


#41aead Border Color

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

This div border color is #41aead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41aead


Comments

No comments written yet.

Please login to write comment.