Color Hex Logo

#41fdfb Color Hex

#41FDFB
(65,253,251)
0 Favorites   0 Comments

Color spaces of #41fdfb

RGB 65253251
HSL0.500.980.62
HSV179°74°99°
CMYK 0.740.000.01   0.01
XYZ54.717878.3394103.5039
Yxy78.33940.23130.3312
Hunter Lab88.5095-44.5406-7.3776
CIE-Lab90.9346-44.9822-12.2808

#41fdfb color RGB value is (65,253,251).

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

The process color (four color CMYK) of #41fdfb color hex is 0.74, 0.00, 0.01, 0.01. Web safe color of #41fdfb is #33ffff. Color #41fdfb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 11111101 11111011
Octal 101 375 373
Decimal 65 253 251
Hex 41 FD FB

RGB Percentages of Color #41fdfb

%11.42
%44.46
%44.11

CMYK Percentages of Color #41fdfb

%74
%0
%1
%1

Triadic Colors of #41fdfb

#41fdfb #fb41fd #fdfb41

Analogous Colors of #41fdfb

#41fdfb #41a1fd #41fd9d

Monochromatic Colors of #41fdfb

#41fdfb

Complementary Color

#41fdfb #fd4143

#41fdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41fdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#41fdfb Color CSS Codes

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

#41fdfb Text Font Color

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

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


#41fdfb Background Color

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

This div background color is #41fdfb


#41fdfb Border Color

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

This div border color is #41fdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41fdfb

Related Colors


Comments

No comments written yet.

Please login to write comment.