Color Hex Logo

#41caae Color Hex

#41CAAE
(65,202,174)
0 Favorites   0 Comments

Color spaces of #41caae

RGB 65202174
HSL0.470.560.52
HSV168°68°79°
CMYK 0.680.000.14   0.21
XYZ30.940546.420947.3738
Yxy46.42090.24800.3722
Hunter Lab68.1329-38.17216.4678
CIE-Lab73.8178-43.19233.3083

#41caae color RGB value is (65,202,174).

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

The process color (four color CMYK) of #41caae color hex is 0.68, 0.00, 0.14, 0.21. Web safe color of #41caae is #33cc99. Color #41caae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 11001010 10101110
Octal 101 312 256
Decimal 65 202 174
Hex 41 CA AE

RGB Percentages of Color #41caae

%14.74
%45.80
%39.46

CMYK Percentages of Color #41caae

%68
%0
%14
%21

Triadic Colors of #41caae

#41caae #ae41ca #caae41

Analogous Colors of #41caae

#41caae #41a2ca #41ca6a

Monochromatic Colors of #41caae

#41caae

Complementary Color

#41caae #ca415d

#41caae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41caae Color Preview on White Background

Lorem ipsum dolor sit amet.

#41caae Color CSS Codes

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

#41caae Text Font Color

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

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


#41caae Background Color

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

This div background color is #41caae


#41caae Border Color

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

This div border color is #41caae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41caae


Comments

No comments written yet.

Please login to write comment.