Color Hex Logo

#41acea Color Hex

#41ACEA
(65,172,234)
0 Favorites   0 Comments

Color spaces of #41acea

RGB 65172234
HSL0.560.800.59
HSV202°72°92°
CMYK 0.720.260.00   0.08
XYZ31.783836.569483.2253
Yxy36.56940.20970.2413
Hunter Lab60.4726-12.0093-39.2669
CIE-Lab66.9527-10.5045-39.8422

#41acea color RGB value is (65,172,234).

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

The process color (four color CMYK) of #41acea color hex is 0.72, 0.26, 0.00, 0.08. Web safe color of #41acea is #3399ff. Color #41acea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10101100 11101010
Octal 101 254 352
Decimal 65 172 234
Hex 41 AC EA

RGB Percentages of Color #41acea

%13.80
%36.52
%49.68

CMYK Percentages of Color #41acea

%72
%26
%0
%8

Triadic Colors of #41acea

#41acea #ea41ac #acea41

Analogous Colors of #41acea

#41acea #4157ea #41ead4

Monochromatic Colors of #41acea

#41acea

Complementary Color

#41acea #ea7f41

#41acea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41acea Color Preview on White Background

Lorem ipsum dolor sit amet.

#41acea Color CSS Codes

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

#41acea Text Font Color

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

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


#41acea Background Color

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

This div background color is #41acea


#41acea Border Color

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

This div border color is #41acea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41acea


Comments

No comments written yet.

Please login to write comment.