Color Hex Logo

#41facb Color Hex

#41FACB
(65,250,203)
0 Favorites   0 Comments

Color spaces of #41facb

RGB 65250203
HSL0.460.950.62
HSV165°74°98°
CMYK 0.740.000.19   0.02
XYZ47.145173.806868.2613
Yxy73.80680.24920.3901
Hunter Lab85.9109-52.389113.0282
CIE-Lab88.8311-56.06409.5704

#41facb color RGB value is (65,250,203).

#41facb hex color red value is 65, green value is 250 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #41facb hue: 0.46 , saturation: 0.95 and the lightness value of 41facb is 0.62.

The process color (four color CMYK) of #41facb color hex is 0.74, 0.00, 0.19, 0.02. Web safe color of #41facb is #33ffcc. Color #41facb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 11111010 11001011
Octal 101 372 313
Decimal 65 250 203
Hex 41 FA CB

RGB Percentages of Color #41facb

%12.55
%48.26
%39.19

CMYK Percentages of Color #41facb

%74
%0
%19
%2

Triadic Colors of #41facb

#41facb #cb41fa #facb41

Analogous Colors of #41facb

#41facb #41cdfa #41fa6f

Monochromatic Colors of #41facb

#41facb

Complementary Color

#41facb #fa4170

#41facb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41facb Color Preview on White Background

Lorem ipsum dolor sit amet.

#41facb Color CSS Codes

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

#41facb Text Font Color

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

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


#41facb Background Color

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

This div background color is #41facb


#41facb Border Color

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

This div border color is #41facb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41facb

Related Colors


Comments

No comments written yet.

Please login to write comment.