Color Hex Logo

#41acee Color Hex

#41ACEE
(65,172,238)
0 Favorites   0 Comments

Color spaces of #41acee

RGB 65172238
HSL0.560.840.59
HSV203°73°93°
CMYK 0.730.280.00   0.07
XYZ32.365136.801986.2866
Yxy36.80190.20820.2367
Hunter Lab60.6646-10.9316-41.8663
CIE-Lab67.1281-9.1576-41.7549

#41acee color RGB value is (65,172,238).

#41acee hex color red value is 65, green value is 172 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #41acee hue: 0.56 , saturation: 0.84 and the lightness value of 41acee is 0.59.

The process color (four color CMYK) of #41acee color hex is 0.73, 0.28, 0.00, 0.07. Web safe color of #41acee is #3399ff. Color #41acee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10101100 11101110
Octal 101 254 356
Decimal 65 172 238
Hex 41 AC EE

RGB Percentages of Color #41acee

%13.68
%36.21
%50.11

CMYK Percentages of Color #41acee

%73
%28
%0
%7

Triadic Colors of #41acee

#41acee #ee41ac #acee41

Analogous Colors of #41acee

#41acee #4155ee #41eeda

Monochromatic Colors of #41acee

#41acee

Complementary Color

#41acee #ee8341

#41acee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41acee Color Preview on White Background

Lorem ipsum dolor sit amet.

#41acee Color CSS Codes

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

#41acee Text Font Color

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

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


#41acee Background Color

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

This div background color is #41acee


#41acee Border Color

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

This div border color is #41acee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41acee


Comments

No comments written yet.

Please login to write comment.