Color Hex Logo

#41befe Color Hex

#41BEFE
(65,190,254)
0 Favorites   0 Comments

Color spaces of #41befe

RGB 65190254
HSL0.560.990.63
HSV200°74°100°
CMYK 0.740.250.00   0.00
XYZ38.482845.1065100.4441
Yxy45.10650.20910.2451
Hunter Lab67.1614-15.2537-41.6590
CIE-Lab72.9620-13.5609-41.3108

#41befe color RGB value is (65,190,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10111110 11111110
Octal 101 276 376
Decimal 65 190 254
Hex 41 BE FE

RGB Percentages of Color #41befe

%12.77
%37.33
%49.90

CMYK Percentages of Color #41befe

%74
%25
%0
%0

Triadic Colors of #41befe

#41befe #fe41be #befe41

Analogous Colors of #41befe

#41befe #4160fe #41fee0

Monochromatic Colors of #41befe

#41befe

Complementary Color

#41befe #fe8141

#41befe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41befe Color Preview on White Background

Lorem ipsum dolor sit amet.

#41befe Color CSS Codes

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

#41befe Text Font Color

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

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


#41befe Background Color

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

This div background color is #41befe


#41befe Border Color

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

This div border color is #41befe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41befe


Comments

No comments written yet.

Please login to write comment.