Color Hex Logo

#41bcbf Color Hex

#41BCBF
(65,188,191)
0 Favorites   0 Comments

Color spaces of #41bcbf

RGB 65188191
HSL0.500.500.50
HSV181°66°75°
CMYK 0.660.020.00   0.25
XYZ29.567240.851855.6171
Yxy40.85180.23460.3241
Hunter Lab63.9154-29.2781-6.8514
CIE-Lab70.0720-32.2124-11.4746

#41bcbf color RGB value is (65,188,191).

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

The process color (four color CMYK) of #41bcbf color hex is 0.66, 0.02, 0.00, 0.25. Web safe color of #41bcbf is #33cccc. Color #41bcbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10111100 10111111
Octal 101 274 277
Decimal 65 188 191
Hex 41 BC BF

RGB Percentages of Color #41bcbf

%14.64
%42.34
%43.02

CMYK Percentages of Color #41bcbf

%66
%2
%0
%25

Triadic Colors of #41bcbf

#41bcbf #bf41bc #bcbf41

Analogous Colors of #41bcbf

#41bcbf #417dbf #41bf83

Monochromatic Colors of #41bcbf

#41bcbf

Complementary Color

#41bcbf #bf4441

#41bcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41bcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#41bcbf Color CSS Codes

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

#41bcbf Text Font Color

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

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


#41bcbf Background Color

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

This div background color is #41bcbf


#41bcbf Border Color

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

This div border color is #41bcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41bcbf

#41bcbf Color Palettes


Comments

No comments written yet.

Please login to write comment.