Color Hex Logo

#41cbde Color Hex

#41CBDE
(65,203,222)
0 Favorites   0 Comments

Color spaces of #41cbde

RGB 65203222
HSL0.520.700.56
HSV187°71°87°
CMYK 0.710.090.00   0.13
XYZ36.720749.109676.6510
Yxy49.10960.22600.3022
Hunter Lab70.0782-29.1037-15.7961
CIE-Lab75.5195-30.3188-20.1242

#41cbde color RGB value is (65,203,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 11001011 11011110
Octal 101 313 336
Decimal 65 203 222
Hex 41 CB DE

RGB Percentages of Color #41cbde

%13.27
%41.43
%45.31

CMYK Percentages of Color #41cbde

%71
%9
%0
%13

Triadic Colors of #41cbde

#41cbde #de41cb #cbde41

Analogous Colors of #41cbde

#41cbde #417dde #41dea3

Monochromatic Colors of #41cbde

#41cbde

Complementary Color

#41cbde #de5441

#41cbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41cbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#41cbde Color CSS Codes

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

#41cbde Text Font Color

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

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


#41cbde Background Color

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

This div background color is #41cbde


#41cbde Border Color

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

This div border color is #41cbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41cbde


Comments

No comments written yet.

Please login to write comment.