Color Hex Logo

#41ffcf Color Hex

#41FFCF
(65,255,207)
0 Favorites   0 Comments

Color spaces of #41ffcf

RGB 65255207
HSL0.461.000.63
HSV165°75°100°
CMYK 0.750.000.19   0.00
XYZ49.202577.148871.3295
Yxy77.14880.24890.3903
Hunter Lab87.8344-53.719213.3352
CIE-Lab90.3901-57.10809.7312

#41ffcf color RGB value is (65,255,207).

#41ffcf hex color red value is 65, green value is 255 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #41ffcf hue: 0.46 , saturation: 1.00 and the lightness value of 41ffcf is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 11111111 11001111
Octal 101 377 317
Decimal 65 255 207
Hex 41 FF CF

RGB Percentages of Color #41ffcf

%12.33
%48.39
%39.28

CMYK Percentages of Color #41ffcf

%75
%0
%19
%0

Triadic Colors of #41ffcf

#41ffcf #cf41ff #ffcf41

Analogous Colors of #41ffcf

#41ffcf #41d0ff #41ff70

Monochromatic Colors of #41ffcf

#41ffcf

Complementary Color

#41ffcf #ff4171

#41ffcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41ffcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#41ffcf Color CSS Codes

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

#41ffcf Text Font Color

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

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


#41ffcf Background Color

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

This div background color is #41ffcf


#41ffcf Border Color

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

This div border color is #41ffcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41ffcf

Related Colors


Comments

No comments written yet.

Please login to write comment.