Color Hex Logo

#41afb3 Color Hex

#41AFB3
(65,175,179)
0 Favorites   0 Comments

Color spaces of #41afb3

RGB 65175179
HSL0.510.470.48
HSV182°64°70°
CMYK 0.640.020.00   0.30
XYZ25.646635.038448.0592
Yxy35.03840.23580.3222
Hunter Lab59.1932-26.2496-6.7025
CIE-Lab65.7786-29.3961-11.2799

#41afb3 color RGB value is (65,175,179).

#41afb3 hex color red value is 65, green value is 175 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #41afb3 hue: 0.51 , saturation: 0.47 and the lightness value of 41afb3 is 0.48.

The process color (four color CMYK) of #41afb3 color hex is 0.64, 0.02, 0.00, 0.30. Web safe color of #41afb3 is #3399cc. Color #41afb3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10101111 10110011
Octal 101 257 263
Decimal 65 175 179
Hex 41 AF B3

RGB Percentages of Color #41afb3

%15.51
%41.77
%42.72

CMYK Percentages of Color #41afb3

%64
%2
%0
%30

Triadic Colors of #41afb3

#41afb3 #b341af #afb341

Analogous Colors of #41afb3

#41afb3 #4176b3 #41b37e

Monochromatic Colors of #41afb3

#41afb3

Complementary Color

#41afb3 #b34541

#41afb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41afb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#41afb3 Color CSS Codes

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

#41afb3 Text Font Color

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

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


#41afb3 Background Color

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

This div background color is #41afb3


#41afb3 Border Color

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

This div border color is #41afb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41afb3


Comments

No comments written yet.

Please login to write comment.