color codes Logo

#41bbdd color codes

#41BBDD
(65,187,221)
0 Favorites   0 Comments

Color spaces of #41bbdd

RGB 65187221
HSL0.540.700.56
HSV193°71°87°
CMYK 0.710.150.00   0.13
XYZ33.001441.884974.7519
Yxy41.88490.22050.2799
Hunter Lab64.7185-22.2364-23.1788
CIE-Lab70.7915-22.6746-26.7942

#41bbdd color RGB value is (65,187,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10111011 11011101
Octal 101 273 335
Decimal 65 187 221
Hex 41 BB DD

RGB Percentages of Color #41bbdd

%13.74
%39.53
%46.72

CMYK Percentages of Color #41bbdd

%71
%15
%0
%13

Triadic Colors of #41bbdd

#41bbdd #dd41bb #bbdd41

Analogous Colors of #41bbdd

#41bbdd #416ddd #41ddb1

Monochromatic Colors of #41bbdd

#41bbdd

Complementary Color

#41bbdd #dd6341

#41bbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41bbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#41bbdd Color CSS Codes

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

#41bbdd Text Font Color

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

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


#41bbdd Background Color

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

This div background color is #41bbdd


#41bbdd Border Color

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

This div border color is #41bbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41bbdd


Comments

No comments written yet.

Please login to write comment.