Color Hex Logo

#41bbda Color Hex

#41BBDA
(65,187,218)
0 Favorites   0 Comments

Color spaces of #41bbda

RGB 65187218
HSL0.530.670.55
HSV192°70°85°
CMYK 0.700.140.00   0.15
XYZ32.605241.726472.6652
Yxy41.72640.22180.2839
Hunter Lab64.5960-22.9440-21.4792
CIE-Lab70.6819-23.6142-25.3260

#41bbda color RGB value is (65,187,218).

#41bbda hex color red value is 65, green value is 187 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #41bbda hue: 0.53 , saturation: 0.67 and the lightness value of 41bbda is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10111011 11011010
Octal 101 273 332
Decimal 65 187 218
Hex 41 BB DA

RGB Percentages of Color #41bbda

%13.83
%39.79
%46.38

CMYK Percentages of Color #41bbda

%70
%14
%0
%15

Triadic Colors of #41bbda

#41bbda #da41bb #bbda41

Analogous Colors of #41bbda

#41bbda #416fda #41daad

Monochromatic Colors of #41bbda

#41bbda

Complementary Color

#41bbda #da6041

#41bbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41bbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#41bbda Color CSS Codes

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

#41bbda Text Font Color

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

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


#41bbda Background Color

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

This div background color is #41bbda


#41bbda Border Color

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

This div border color is #41bbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41bbda


Comments

No comments written yet.

Please login to write comment.