Color Hex Logo

#41afff Color Hex

#41AFFF
(65,175,255)
0 Favorites   0 Comments

Color spaces of #41afff

RGB 65175255
HSL0.571.000.63
HSV205°75°100°
CMYK 0.750.310.00   0.00
XYZ35.559939.0038100.2620
Yxy39.00380.20340.2231
Hunter Lab62.4530-7.6573-51.4670
CIE-Lab68.7540-5.0358-48.4482

#41afff color RGB value is (65,175,255).

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

The process color (four color CMYK) of #41afff color hex is 0.75, 0.31, 0.00, 0.00. Web safe color of #41afff is #3399ff. Color #41afff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10101111 11111111
Octal 101 257 377
Decimal 65 175 255
Hex 41 AF FF

RGB Percentages of Color #41afff

%13.13
%35.35
%51.52

CMYK Percentages of Color #41afff

%75
%31
%0
%0

Triadic Colors of #41afff

#41afff #ff41af #afff41

Analogous Colors of #41afff

#41afff #4150ff #41fff0

Monochromatic Colors of #41afff

#41afff

Complementary Color

#41afff #ff9141

#41afff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41afff Color Preview on White Background

Lorem ipsum dolor sit amet.

#41afff Color CSS Codes

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

#41afff Text Font Color

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

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


#41afff Background Color

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

This div background color is #41afff


#41afff Border Color

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

This div border color is #41afff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41afff


Comments

No comments written yet.

Please login to write comment.