Color Hex Logo

#41b1ca Color Hex

#41B1CA
(65,177,202)
0 Favorites   0 Comments

Color spaces of #41b1ca

RGB 65177202
HSL0.530.560.52
HSV191°68°79°
CMYK 0.680.120.00   0.21
XYZ28.562836.832461.4811
Yxy36.83240.22510.2903
Hunter Lab60.6897-22.1983-17.5804
CIE-Lab67.1511-23.5030-21.9428

#41b1ca color RGB value is (65,177,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10110001 11001010
Octal 101 261 312
Decimal 65 177 202
Hex 41 B1 CA

RGB Percentages of Color #41b1ca

%14.64
%39.86
%45.50

CMYK Percentages of Color #41b1ca

%68
%12
%0
%21

Triadic Colors of #41b1ca

#41b1ca #ca41b1 #b1ca41

Analogous Colors of #41b1ca

#41b1ca #416dca #41ca9f

Monochromatic Colors of #41b1ca

#41b1ca

Complementary Color

#41b1ca #ca5a41

#41b1ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41b1ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#41b1ca Color CSS Codes

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

#41b1ca Text Font Color

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

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


#41b1ca Background Color

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

This div background color is #41b1ca


#41b1ca Border Color

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

This div border color is #41b1ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41b1ca


Comments

No comments written yet.

Please login to write comment.