Color Hex Logo

#41bddc Color Hex

#41BDDC
(65,189,220)
0 Favorites   0 Comments

Color spaces of #41bddc

RGB 65189220
HSL0.530.690.56
HSV192°70°86°
CMYK 0.700.140.00   0.14
XYZ33.295842.686374.1946
Yxy42.68630.22170.2842
Hunter Lab65.3348-23.3689-21.5958
CIE-Lab71.3415-24.0036-25.4063

#41bddc color RGB value is (65,189,220).

#41bddc hex color red value is 65, green value is 189 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #41bddc hue: 0.53 , saturation: 0.69 and the lightness value of 41bddc is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10111101 11011100
Octal 101 275 334
Decimal 65 189 220
Hex 41 BD DC

RGB Percentages of Color #41bddc

%13.71
%39.87
%46.41

CMYK Percentages of Color #41bddc

%70
%14
%0
%14

Triadic Colors of #41bddc

#41bddc #dc41bd #bddc41

Analogous Colors of #41bddc

#41bddc #4170dc #41dcae

Monochromatic Colors of #41bddc

#41bddc

Complementary Color

#41bddc #dc6041

#41bddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41bddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#41bddc Color CSS Codes

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

#41bddc Text Font Color

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

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


#41bddc Background Color

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

This div background color is #41bddc


#41bddc Border Color

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

This div border color is #41bddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41bddc


Comments

No comments written yet.

Please login to write comment.