Color Hex Logo

#41bcfe Color Hex

#41BCFE
(65,188,254)
0 Favorites   0 Comments

Color spaces of #41bcfe

RGB 65188254
HSL0.560.990.63
HSV201°74°100°
CMYK 0.740.260.00   0.00
XYZ38.052644.2460100.3007
Yxy44.24600.20840.2423
Hunter Lab66.5177-14.2919-42.8399
CIE-Lab72.3926-12.4904-42.1997

#41bcfe color RGB value is (65,188,254).

#41bcfe hex color red value is 65, green value is 188 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #41bcfe hue: 0.56 , saturation: 0.99 and the lightness value of 41bcfe is 0.63.

The process color (four color CMYK) of #41bcfe color hex is 0.74, 0.26, 0.00, 0.00. Web safe color of #41bcfe is #33ccff. Color #41bcfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10111100 11111110
Octal 101 274 376
Decimal 65 188 254
Hex 41 BC FE

RGB Percentages of Color #41bcfe

%12.82
%37.08
%50.10

CMYK Percentages of Color #41bcfe

%74
%26
%0
%0

Triadic Colors of #41bcfe

#41bcfe #fe41bc #bcfe41

Analogous Colors of #41bcfe

#41bcfe #415efe #41fee2

Monochromatic Colors of #41bcfe

#41bcfe

Complementary Color

#41bcfe #fe8341

#41bcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41bcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#41bcfe Color CSS Codes

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

#41bcfe Text Font Color

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

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


#41bcfe Background Color

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

This div background color is #41bcfe


#41bcfe Border Color

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

This div border color is #41bcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41bcfe


Comments

No comments written yet.

Please login to write comment.