Color Hex Logo

#41c8ba Color Hex

#41C8BA
(65,200,186)
0 Favorites   0 Comments

Color spaces of #41c8ba

RGB 65200186
HSL0.480.550.52
HSV174°68°78°
CMYK 0.680.000.07   0.22
XYZ31.697245.977553.6583
Yxy45.97750.24130.3501
Hunter Lab67.8067-35.21940.5460
CIE-Lab73.5309-39.1743-3.6115

#41c8ba color RGB value is (65,200,186).

#41c8ba hex color red value is 65, green value is 200 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #41c8ba hue: 0.48 , saturation: 0.55 and the lightness value of 41c8ba is 0.52.

The process color (four color CMYK) of #41c8ba color hex is 0.68, 0.00, 0.07, 0.22. Web safe color of #41c8ba is #33cccc. Color #41c8ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 11001000 10111010
Octal 101 310 272
Decimal 65 200 186
Hex 41 C8 BA

RGB Percentages of Color #41c8ba

%14.41
%44.35
%41.24

CMYK Percentages of Color #41c8ba

%68
%0
%7
%22

Triadic Colors of #41c8ba

#41c8ba #ba41c8 #c8ba41

Analogous Colors of #41c8ba

#41c8ba #4193c8 #41c877

Monochromatic Colors of #41c8ba

#41c8ba

Complementary Color

#41c8ba #c8414f

#41c8ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41c8ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#41c8ba Color CSS Codes

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

#41c8ba Text Font Color

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

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


#41c8ba Background Color

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

This div background color is #41c8ba


#41c8ba Border Color

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

This div border color is #41c8ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41c8ba


Comments

No comments written yet.

Please login to write comment.