Color Hex Logo

#41cadf Color Hex

#41CADF
(65,202,223)
0 Favorites   0 Comments

Color spaces of #41cadf

RGB 65202223
HSL0.520.710.56
HSV188°71°87°
CMYK 0.710.090.00   0.13
XYZ36.619848.692677.2806
Yxy48.69260.22520.2995
Hunter Lab69.7801-28.4404-16.8169
CIE-Lab75.2597-29.5329-21.0579

#41cadf color RGB value is (65,202,223).

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

The process color (four color CMYK) of #41cadf color hex is 0.71, 0.09, 0.00, 0.13. Web safe color of #41cadf is #33cccc. Color #41cadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 11001010 11011111
Octal 101 312 337
Decimal 65 202 223
Hex 41 CA DF

RGB Percentages of Color #41cadf

%13.27
%41.22
%45.51

CMYK Percentages of Color #41cadf

%71
%9
%0
%13

Triadic Colors of #41cadf

#41cadf #df41ca #cadf41

Analogous Colors of #41cadf

#41cadf #417bdf #41dfa5

Monochromatic Colors of #41cadf

#41cadf

Complementary Color

#41cadf #df5641

#41cadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41cadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#41cadf Color CSS Codes

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

#41cadf Text Font Color

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

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


#41cadf Background Color

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

This div background color is #41cadf


#41cadf Border Color

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

This div border color is #41cadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41cadf


Comments

No comments written yet.

Please login to write comment.