Color Hex Logo

#41becd Color Hex

#41BECD
(65,190,205)
0 Favorites   0 Comments

Color spaces of #41becd

RGB 65190205
HSL0.520.580.53
HSV186°68°80°
CMYK 0.680.070.00   0.20
XYZ31.612942.358564.2674
Yxy42.35850.22870.3064
Hunter Lab65.0834-27.1933-12.9882
CIE-Lab71.1174-29.0788-17.5647

#41becd color RGB value is (65,190,205).

#41becd hex color red value is 65, green value is 190 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #41becd hue: 0.52 , saturation: 0.58 and the lightness value of 41becd is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10111110 11001101
Octal 101 276 315
Decimal 65 190 205
Hex 41 BE CD

RGB Percentages of Color #41becd

%14.13
%41.30
%44.57

CMYK Percentages of Color #41becd

%68
%7
%0
%20

Triadic Colors of #41becd

#41becd #cd41be #becd41

Analogous Colors of #41becd

#41becd #4178cd #41cd96

Monochromatic Colors of #41becd

#41becd

Complementary Color

#41becd #cd5041

#41becd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41becd Color Preview on White Background

Lorem ipsum dolor sit amet.

#41becd Color CSS Codes

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

#41becd Text Font Color

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

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


#41becd Background Color

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

This div background color is #41becd


#41becd Border Color

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

This div border color is #41becd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41becd


Comments

No comments written yet.

Please login to write comment.