Color Hex Logo

#41cadb Color Hex

#41CADB
(65,202,219)
0 Favorites   0 Comments

Color spaces of #41cadb

RGB 65202219
HSL0.520.680.56
HSV187°70°86°
CMYK 0.700.080.00   0.14
XYZ36.086748.479374.4733
Yxy48.47930.22690.3048
Hunter Lab69.6271-29.3334-14.6778
CIE-Lab75.1262-30.7319-19.1011

#41cadb color RGB value is (65,202,219).

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

The process color (four color CMYK) of #41cadb color hex is 0.70, 0.08, 0.00, 0.14. Web safe color of #41cadb is #33cccc. Color #41cadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 11001010 11011011
Octal 101 312 333
Decimal 65 202 219
Hex 41 CA DB

RGB Percentages of Color #41cadb

%13.37
%41.56
%45.06

CMYK Percentages of Color #41cadb

%70
%8
%0
%14

Triadic Colors of #41cadb

#41cadb #db41ca #cadb41

Analogous Colors of #41cadb

#41cadb #417ddb #41db9f

Monochromatic Colors of #41cadb

#41cadb

Complementary Color

#41cadb #db5241

#41cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#41cadb Color CSS Codes

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

#41cadb Text Font Color

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

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


#41cadb Background Color

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

This div background color is #41cadb


#41cadb Border Color

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

This div border color is #41cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41cadb


Comments

No comments written yet.

Please login to write comment.