Color Hex Logo

#41cbdb Color Hex

#41CBDB
(65,203,219)
0 Favorites   0 Comments

Color spaces of #41cbdb

RGB 65203219
HSL0.520.680.56
HSV186°70°86°
CMYK 0.700.070.00   0.14
XYZ36.322148.950274.5518
Yxy48.95020.22730.3063
Hunter Lab69.9644-29.7693-14.2024
CIE-Lab75.4203-31.2140-18.6559

#41cbdb color RGB value is (65,203,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 11001011 11011011
Octal 101 313 333
Decimal 65 203 219
Hex 41 CB DB

RGB Percentages of Color #41cbdb

%13.35
%41.68
%44.97

CMYK Percentages of Color #41cbdb

%70
%7
%0
%14

Triadic Colors of #41cbdb

#41cbdb #db41cb #cbdb41

Analogous Colors of #41cbdb

#41cbdb #417edb #41db9e

Monochromatic Colors of #41cbdb

#41cbdb

Complementary Color

#41cbdb #db5141

#41cbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41cbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#41cbdb Color CSS Codes

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

#41cbdb Text Font Color

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

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


#41cbdb Background Color

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

This div background color is #41cbdb


#41cbdb Border Color

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

This div border color is #41cbdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,203,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 #41cbdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41cbdb


Comments

No comments written yet.

Please login to write comment.