Color Hex Logo

#41bdfc Color Hex

#41BDFC
(65,189,252)
0 Favorites   0 Comments

Color spaces of #41bdfc

RGB 65189252
HSL0.560.970.62
HSV200°74°99°
CMYK 0.740.250.00   0.01
XYZ37.948344.547398.6939
Yxy44.54730.20940.2459
Hunter Lab66.7438-15.3124-40.9514
CIE-Lab72.5928-13.6902-40.8098

#41bdfc color RGB value is (65,189,252).

#41bdfc hex color red value is 65, green value is 189 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #41bdfc hue: 0.56 , saturation: 0.97 and the lightness value of 41bdfc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10111101 11111100
Octal 101 275 374
Decimal 65 189 252
Hex 41 BD FC

RGB Percentages of Color #41bdfc

%12.85
%37.35
%49.80

CMYK Percentages of Color #41bdfc

%74
%25
%0
%1

Triadic Colors of #41bdfc

#41bdfc #fc41bd #bdfc41

Analogous Colors of #41bdfc

#41bdfc #4160fc #41fcde

Monochromatic Colors of #41bdfc

#41bdfc

Complementary Color

#41bdfc #fc8041

#41bdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41bdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#41bdfc Color CSS Codes

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

#41bdfc Text Font Color

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

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


#41bdfc Background Color

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

This div background color is #41bdfc


#41bdfc Border Color

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

This div border color is #41bdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41bdfc


Comments

No comments written yet.

Please login to write comment.