Color Hex Logo

#41aecd Color Hex

#41AECD
(65,174,205)
0 Favorites   0 Comments

Color spaces of #41aecd

RGB 65174205
HSL0.540.580.53
HSV193°68°80°
CMYK 0.680.150.00   0.20
XYZ28.335535.803763.1750
Yxy35.80370.22260.2812
Hunter Lab59.8362-20.1845-20.7130
CIE-Lab66.3697-21.0255-24.7945

#41aecd color RGB value is (65,174,205).

#41aecd hex color red value is 65, green value is 174 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #41aecd hue: 0.54 , saturation: 0.58 and the lightness value of 41aecd is 0.53.

The process color (four color CMYK) of #41aecd color hex is 0.68, 0.15, 0.00, 0.20. Web safe color of #41aecd is #3399cc. Color #41aecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10101110 11001101
Octal 101 256 315
Decimal 65 174 205
Hex 41 AE CD

RGB Percentages of Color #41aecd

%14.64
%39.19
%46.17

CMYK Percentages of Color #41aecd

%68
%15
%0
%20

Triadic Colors of #41aecd

#41aecd #cd41ae #aecd41

Analogous Colors of #41aecd

#41aecd #4168cd #41cda6

Monochromatic Colors of #41aecd

#41aecd

Complementary Color

#41aecd #cd6041

#41aecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41aecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#41aecd Color CSS Codes

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

#41aecd Text Font Color

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

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


#41aecd Background Color

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

This div background color is #41aecd


#41aecd Border Color

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

This div border color is #41aecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41aecd


Comments

No comments written yet.

Please login to write comment.