Color Hex Logo

#41beca Color Hex

#41BECA
(65,190,202)
0 Favorites   0 Comments

Color spaces of #41beca

RGB 65190202
HSL0.510.560.52
HSV185°68°79°
CMYK 0.680.060.00   0.21
XYZ31.254142.215062.3782
Yxy42.21500.23010.3108
Hunter Lab64.9731-27.8387-11.4409
CIE-Lab71.0189-29.9699-16.0743

#41beca color RGB value is (65,190,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10111110 11001010
Octal 101 276 312
Decimal 65 190 202
Hex 41 BE CA

RGB Percentages of Color #41beca

%14.22
%41.58
%44.20

CMYK Percentages of Color #41beca

%68
%6
%0
%21

Triadic Colors of #41beca

#41beca #ca41be #beca41

Analogous Colors of #41beca

#41beca #417aca #41ca92

Monochromatic Colors of #41beca

#41beca

Complementary Color

#41beca #ca4d41

#41beca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41beca Color Preview on White Background

Lorem ipsum dolor sit amet.

#41beca Color CSS Codes

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

#41beca Text Font Color

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

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


#41beca Background Color

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

This div background color is #41beca


#41beca Border Color

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

This div border color is #41beca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41beca

#41beca Color Palettes


Comments

No comments written yet.

Please login to write comment.