Color Hex Logo

#41abca Color Hex

#41ABCA
(65,171,202)
0 Favorites   0 Comments

Color spaces of #41abca

RGB 65171202
HSL0.540.560.52
HSV194°68°79°
CMYK 0.680.150.00   0.21
XYZ27.403634.513961.0946
Yxy34.51390.22280.2806
Hunter Lab58.7485-19.5476-20.5337
CIE-Lab65.3684-20.4125-24.6692

#41abca color RGB value is (65,171,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10101011 11001010
Octal 101 253 312
Decimal 65 171 202
Hex 41 AB CA

RGB Percentages of Color #41abca

%14.84
%39.04
%46.12

CMYK Percentages of Color #41abca

%68
%15
%0
%21

Triadic Colors of #41abca

#41abca #ca41ab #abca41

Analogous Colors of #41abca

#41abca #4167ca #41caa5

Monochromatic Colors of #41abca

#41abca

Complementary Color

#41abca #ca6041

#41abca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41abca Color Preview on White Background

Lorem ipsum dolor sit amet.

#41abca Color CSS Codes

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

#41abca Text Font Color

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

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


#41abca Background Color

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

This div background color is #41abca


#41abca Border Color

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

This div border color is #41abca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41abca


Comments

No comments written yet.

Please login to write comment.