Color Hex Logo

#41affb Color Hex

#41AFFB
(65,175,251)
0 Favorites   0 Comments

Color spaces of #41affb

RGB 65175251
HSL0.570.960.62
HSV205°74°98°
CMYK 0.740.300.00   0.02
XYZ34.922538.748896.9054
Yxy38.74880.20470.2272
Hunter Lab62.2485-8.7934-48.7257
CIE-Lab68.5689-6.4036-46.5713

#41affb color RGB value is (65,175,251).

#41affb hex color red value is 65, green value is 175 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #41affb hue: 0.57 , saturation: 0.96 and the lightness value of 41affb is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10101111 11111011
Octal 101 257 373
Decimal 65 175 251
Hex 41 AF FB

RGB Percentages of Color #41affb

%13.24
%35.64
%51.12

CMYK Percentages of Color #41affb

%74
%30
%0
%2

Triadic Colors of #41affb

#41affb #fb41af #affb41

Analogous Colors of #41affb

#41affb #4152fb #41fbea

Monochromatic Colors of #41affb

#41affb

Complementary Color

#41affb #fb8d41

#41affb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41affb Color Preview on White Background

Lorem ipsum dolor sit amet.

#41affb Color CSS Codes

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

#41affb Text Font Color

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

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


#41affb Background Color

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

This div background color is #41affb


#41affb Border Color

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

This div border color is #41affb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41affb

Related Colors


Comments

No comments written yet.

Please login to write comment.