Color Hex Logo

#41cfc9 Color Hex

#41CFC9
(65,207,201)
0 Favorites   0 Comments

Color spaces of #41cfc9

RGB 65207201
HSL0.490.600.53
HSV177°69°81°
CMYK 0.690.000.03   0.19
XYZ35.035449.966563.0563
Yxy49.96650.23660.3375
Hunter Lab70.6870-35.2302-3.4087
CIE-Lab76.0487-38.2585-8.0020

#41cfc9 color RGB value is (65,207,201).

#41cfc9 hex color red value is 65, green value is 207 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #41cfc9 hue: 0.49 , saturation: 0.60 and the lightness value of 41cfc9 is 0.53.

The process color (four color CMYK) of #41cfc9 color hex is 0.69, 0.00, 0.03, 0.19. Web safe color of #41cfc9 is #33cccc. Color #41cfc9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 11001111 11001001
Octal 101 317 311
Decimal 65 207 201
Hex 41 CF C9

RGB Percentages of Color #41cfc9

%13.74
%43.76
%42.49

CMYK Percentages of Color #41cfc9

%69
%0
%3
%19

Triadic Colors of #41cfc9

#41cfc9 #c941cf #cfc941

Analogous Colors of #41cfc9

#41cfc9 #418ecf #41cf82

Monochromatic Colors of #41cfc9

#41cfc9

Complementary Color

#41cfc9 #cf4147

#41cfc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41cfc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#41cfc9 Color CSS Codes

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

#41cfc9 Text Font Color

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

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


#41cfc9 Background Color

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

This div background color is #41cfc9


#41cfc9 Border Color

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

This div border color is #41cfc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41cfc9

#41cfc9 Color Palettes


Comments

No comments written yet.

Please login to write comment.